summaryrefslogtreecommitdiff
path: root/v4l_experimental/v3tv/vpx3224.c
diff options
context:
space:
mode:
Diffstat (limited to 'v4l_experimental/v3tv/vpx3224.c')
-rw-r--r--v4l_experimental/v3tv/vpx3224.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l_experimental/v3tv/vpx3224.c b/v4l_experimental/v3tv/vpx3224.c
index 26cdcaece..803716e12 100644
--- a/v4l_experimental/v3tv/vpx3224.c
+++ b/v4l_experimental/v3tv/vpx3224.c
@@ -1083,7 +1083,7 @@ static int vpx3224_attach_adapter(struct i2c_adapter *adapter)
if (adapter->class & I2C_ADAP_CLASS_TV_ANALOG)
res = i2c_probe(adapter, &addr_data, vpx3224_detect_client);
#else
- if (adapter->id & (I2C_ALGO_BIT | I2C_HW_SMBUS_VOODOO3))
+ if (adapter->id & (I2C_HW_SMBUS_VOODOO3))
res = i2c_probe(adapter, &addr_data, vpx3224_detect_client);
#endif
DEB2(printk(KERN_INFO "%s: i2c_probe of adapter: %s returned %d\n",