diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-12-22 16:28:22 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:04:22 -0500 |
commit | d998cc6a6d8e7da19ecadded55e373a84b1b4463 (patch) | |
tree | 163f4b5a48c177edf5afbf34fa5ee5867de0634b | |
parent | 9134be0376e7527afa4f2574253ff02ca80d5b47 (diff) |
V4L/DVB (6915): ivtv: drop an incorrect comment
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/video/ivtv/ivtv-i2c.c | 2 |
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 */ |
581 | static struct i2c_adapter ivtv_i2c_adap_template = { | 581 | static 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, |