summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/ovcamchip
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-01-07 14:29:17 +0100
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-01-07 14:29:17 +0100
commitaa23d72a2a69f614a584092012a56ef82dca1d5a (patch)
tree41a13abfc39bd60a10176f19bcca8330ee388f0a /linux/drivers/media/video/ovcamchip
parent621f719003ad9b475803858c5ded648998695dd6 (diff)
downloadmediapointer-dvb-s2-aa23d72a2a69f614a584092012a56ef82dca1d5a.tar.gz
mediapointer-dvb-s2-aa23d72a2a69f614a584092012a56ef82dca1d5a.tar.bz2
backport commit b305271861219f0ce162eb565f0f28f4c781299d
From: Mauro Carvalho Chehab <mchehab@redhat.com> Author: Jean Delvare <khali@linux-fr.org> i2c: Drop I2C_CLASS_CAM_DIGITAL There are a number of drivers which set their i2c bus class to I2C_CLASS_CAM_DIGITAL, however no chip driver actually checks for this flag, so we might as well drop it now. kernel-sync: Priority: normal Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/ovcamchip')
-rw-r--r--linux/drivers/media/video/ovcamchip/ovcamchip_core.c1
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 2c4acbf5a..c841f4e4f 100644
--- a/linux/drivers/media/video/ovcamchip/ovcamchip_core.c
+++ b/linux/drivers/media/video/ovcamchip/ovcamchip_core.c
@@ -405,7 +405,6 @@ static struct i2c_driver driver = {
.name = "ovcamchip",
},
.id = I2C_DRIVERID_OVCAMCHIP,
- .class = I2C_CLASS_CAM_DIGITAL,
.attach_adapter = ovcamchip_attach,
.detach_client = ovcamchip_detach,
.command = ovcamchip_command,