diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-i2c.c')
-rw-r--r-- | drivers/media/video/cx18/cx18-i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-i2c.c b/drivers/media/video/cx18/cx18-i2c.c index 040aaa87579d..51609d5c88ce 100644 --- a/drivers/media/video/cx18/cx18-i2c.c +++ b/drivers/media/video/cx18/cx18-i2c.c | |||
@@ -232,7 +232,7 @@ static struct i2c_algo_bit_data cx18_i2c_algo_template = { | |||
232 | .timeout = CX18_ALGO_BIT_TIMEOUT*HZ /* jiffies */ | 232 | .timeout = CX18_ALGO_BIT_TIMEOUT*HZ /* jiffies */ |
233 | }; | 233 | }; |
234 | 234 | ||
235 | /* init + register i2c algo-bit adapter */ | 235 | /* init + register i2c adapter */ |
236 | int init_cx18_i2c(struct cx18 *cx) | 236 | int init_cx18_i2c(struct cx18 *cx) |
237 | { | 237 | { |
238 | int i, err; | 238 | int i, err; |