diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-10 11:04:10 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-10 11:04:10 +0000 |
commit | 7c2a3644e8d27896e8a68605291abaa88e47a0a2 (patch) | |
tree | 397b13793561402107bd7c953b88a412b670ff17 /linux/drivers/media/video/ovcamchip | |
parent | a5ceec5c035de3f849419096383b0ce46f8ff170 (diff) | |
download | mediapointer-dvb-s2-7c2a3644e8d27896e8a68605291abaa88e47a0a2.tar.gz mediapointer-dvb-s2-7c2a3644e8d27896e8a68605291abaa88e47a0a2.tar.bz2 |
ovcamchip: Delete stray I2C bus ID
From: Jean Delvare <khali@linux-fr.org>
I2C_HW_SMBUS_OVFX2 is referenced in ovcamchip_core.c, but no bus uses
this driver ID, so we can remove the reference. As far as I can see,
the Cypress FX2 webcam is handled by a different driver (dvb-usb).
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/ovcamchip')
-rw-r--r-- | linux/drivers/media/video/ovcamchip/ovcamchip_core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/ovcamchip/ovcamchip_core.c b/linux/drivers/media/video/ovcamchip/ovcamchip_core.c index 8063e33f1..065c24541 100644 --- a/linux/drivers/media/video/ovcamchip/ovcamchip_core.c +++ b/linux/drivers/media/video/ovcamchip/ovcamchip_core.c @@ -297,7 +297,6 @@ static int ovcamchip_attach(struct i2c_adapter *adap) switch (adap->id) { case I2C_HW_SMBUS_OV511: case I2C_HW_SMBUS_OV518: - case I2C_HW_SMBUS_OVFX2: case I2C_HW_SMBUS_W9968CF: PDEBUG(1, "Adapter ID 0x%06x accepted", adap->id); break; |