aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tvaudio.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2009-03-29 19:04:44 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-04-06 20:44:23 -0400
commitacebc70d4a789df21270690c70928b8a836caad7 (patch)
tree63c9c17b47ef46b2ece12f1a2d440cf362ea70bd /drivers/media/video/tvaudio.c
parent0c84674353a8c344d169aabce4dc4d44daaa270d (diff)
V4L/DVB (11372): v4l2: use old-style i2c API for kernels < 2.6.26 instead of < 2.6.22
Originally the intention was to switch to the new style i2c API starting with the introduction of the API in 2.6.22. However, the i2c_new_probed_device() function has a lethal bug that wasn't fixed until 2.6.25. Or more accurately, it was only fixed in the stable series of 2.6.25 and 2.6.26. Given the fact that the new i2c API also changed starting with 2.6.26 (the addition of i2c_device_id), it is easiest to switch APIs starting with 2.6.26. This patch updates all the legacy code accordingly. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/tvaudio.c')
-rw-r--r--drivers/media/video/tvaudio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/tvaudio.c b/drivers/media/video/tvaudio.c
index 2a49c839f8a..17d50e3cd51 100644
--- a/drivers/media/video/tvaudio.c
+++ b/drivers/media/video/tvaudio.c
@@ -2069,7 +2069,6 @@ static int tvaudio_remove(struct i2c_client *client)
2069 return 0; 2069 return 0;
2070} 2070}
2071 2071
2072
2073/* This driver supports many devices and the idea is to let the driver 2072/* This driver supports many devices and the idea is to let the driver
2074 detect which device is present. So rather than listing all supported 2073 detect which device is present. So rather than listing all supported
2075 devices here, we pretend to support a single, fake device type. */ 2074 devices here, we pretend to support a single, fake device type. */