diff options
Diffstat (limited to 'drivers/media/video/v4l2-common.c')
-rw-r--r-- | drivers/media/video/v4l2-common.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/v4l2-common.c b/drivers/media/video/v4l2-common.c index f576ef66b807..e32de9e9b0f3 100644 --- a/drivers/media/video/v4l2-common.c +++ b/drivers/media/video/v4l2-common.c | |||
@@ -897,8 +897,7 @@ const unsigned short *v4l2_i2c_tuner_addrs(enum v4l2_i2c_tuner_type type) | |||
897 | }; | 897 | }; |
898 | static const unsigned short tv_addrs[] = { | 898 | static const unsigned short tv_addrs[] = { |
899 | 0x42, 0x43, 0x4a, 0x4b, /* tda8290 */ | 899 | 0x42, 0x43, 0x4a, 0x4b, /* tda8290 */ |
900 | 0x60, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67, | 900 | 0x60, 0x61, 0x62, 0x63, 0x64, |
901 | 0x68, 0x69, 0x6a, 0x6b, 0x6c, 0x6d, 0x6e, 0x6f, | ||
902 | I2C_CLIENT_END | 901 | I2C_CLIENT_END |
903 | }; | 902 | }; |
904 | 903 | ||