diff options
Diffstat (limited to 'drivers/media/video/tuner-3036.c')
-rw-r--r-- | drivers/media/video/tuner-3036.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/drivers/media/video/tuner-3036.c b/drivers/media/video/tuner-3036.c index bedb15e2f233..51748c6578d1 100644 --- a/drivers/media/video/tuner-3036.c +++ b/drivers/media/video/tuner-3036.c | |||
@@ -35,15 +35,13 @@ static struct i2c_client client_template; | |||
35 | 35 | ||
36 | /* Addresses to scan */ | 36 | /* Addresses to scan */ |
37 | static unsigned short normal_i2c[] = { 0x60, 0x61, I2C_CLIENT_END }; | 37 | static unsigned short normal_i2c[] = { 0x60, 0x61, I2C_CLIENT_END }; |
38 | static unsigned short probe[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | 38 | static unsigned short ignore = I2C_CLIENT_END; |
39 | static unsigned short ignore[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | ||
40 | static unsigned short force[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | ||
41 | 39 | ||
42 | static struct i2c_client_address_data addr_data = { | 40 | static struct i2c_client_address_data addr_data = { |
43 | .normal_i2c = normal_i2c, | 41 | .normal_i2c = normal_i2c, |
44 | .probe = probe, | 42 | .probe = &ignore, |
45 | .ignore = ignore, | 43 | .ignore = &ignore, |
46 | .force = force, | 44 | .force = &ignore, |
47 | }; | 45 | }; |
48 | 46 | ||
49 | /* ---------------------------------------------------------------------- */ | 47 | /* ---------------------------------------------------------------------- */ |