diff options
Diffstat (limited to 'drivers/media/video/saa711x.c')
-rw-r--r-- | drivers/media/video/saa711x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/saa711x.c b/drivers/media/video/saa711x.c index 37653ee87235..ed16282fca51 100644 --- a/drivers/media/video/saa711x.c +++ b/drivers/media/video/saa711x.c | |||
@@ -464,8 +464,8 @@ saa7113_command (struct i2c_client *client, | |||
464 | 464 | ||
465 | /* standard i2c insmod options */ | 465 | /* standard i2c insmod options */ |
466 | static unsigned short normal_i2c[] = { | 466 | static unsigned short normal_i2c[] = { |
467 | I2C_SAA7113>>1, /* saa7113 */ | 467 | I2C_SAA7113>>1, /* saa7113 */ |
468 | I2C_CLIENT_END | 468 | I2C_CLIENT_END |
469 | }; | 469 | }; |
470 | 470 | ||
471 | I2C_CLIENT_INSMOD; | 471 | I2C_CLIENT_INSMOD; |