From: Jean Delvare Date: Sat, 22 Dec 2007 21:28:22 +0000 (-0300) Subject: V4L/DVB (6915): ivtv: drop an incorrect comment X-Git-Tag: v2.6.25-rc1~1235^2~119 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d998cc6a6d8e7da19ecadded55e373a84b1b4463;p=karo-tx-linux.git V4L/DVB (6915): ivtv: drop an incorrect comment Signed-off-by: Jean Delvare Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- 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) /* template for i2c-bit-algo */ static struct i2c_adapter ivtv_i2c_adap_template = { .name = "ivtv i2c driver", - .id = I2C_HW_B_CX2341X, /* algo-bit is OR'd with this */ + .id = I2C_HW_B_CX2341X, .algo = NULL, /* set by i2c-algo-bit */ .algo_data = NULL, /* filled from template */ .client_register = attach_inform,