aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/video/ivtv/ivtv-i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-i2c.c b/drivers/media/video/ivtv/ivtv-i2c.c
index efd4a1324dc5..fa5ab1eb1800 100644
--- a/drivers/media/video/ivtv/ivtv-i2c.c
+++ b/drivers/media/video/ivtv/ivtv-i2c.c
@@ -580,7 +580,7 @@ static int ivtv_getsda_old(void *data)
580/* template for i2c-bit-algo */ 580/* template for i2c-bit-algo */
581static struct i2c_adapter ivtv_i2c_adap_template = { 581static struct i2c_adapter ivtv_i2c_adap_template = {
582 .name = "ivtv i2c driver", 582 .name = "ivtv i2c driver",
583 .id = I2C_HW_B_CX2341X, /* algo-bit is OR'd with this */ 583 .id = I2C_HW_B_CX2341X,
584 .algo = NULL, /* set by i2c-algo-bit */ 584 .algo = NULL, /* set by i2c-algo-bit */
585 .algo_data = NULL, /* filled from template */ 585 .algo_data = NULL, /* filled from template */
586 .client_register = attach_inform, 586 .client_register = attach_inform,