diff options
Diffstat (limited to 'drivers/media/video/cx18')
-rw-r--r-- | drivers/media/video/cx18/cx18-i2c.c | 2 | ||||
-rw-r--r-- | drivers/media/video/cx18/cx18-i2c.h | 2 |
2 files changed, 2 insertions, 2 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; |
diff --git a/drivers/media/video/cx18/cx18-i2c.h b/drivers/media/video/cx18/cx18-i2c.h index bdfd1921e300..1180fdc8d983 100644 --- a/drivers/media/video/cx18/cx18-i2c.h +++ b/drivers/media/video/cx18/cx18-i2c.h | |||
@@ -24,6 +24,6 @@ | |||
24 | int cx18_i2c_register(struct cx18 *cx, unsigned idx); | 24 | int cx18_i2c_register(struct cx18 *cx, unsigned idx); |
25 | struct v4l2_subdev *cx18_find_hw(struct cx18 *cx, u32 hw); | 25 | struct v4l2_subdev *cx18_find_hw(struct cx18 *cx, u32 hw); |
26 | 26 | ||
27 | /* init + register i2c algo-bit adapter */ | 27 | /* init + register i2c adapter */ |
28 | int init_cx18_i2c(struct cx18 *cx); | 28 | int init_cx18_i2c(struct cx18 *cx); |
29 | void exit_cx18_i2c(struct cx18 *cx); | 29 | void exit_cx18_i2c(struct cx18 *cx); |