V4L/DVB (11737): Drop stray references to i2c_probe
authorJean Delvare <khali@linux-fr.org>
Thu, 30 Apr 2009 08:40:07 +0000 (05:40 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Jun 2009 21:20:58 +0000 (18:20 -0300)
The new i2c binding model doesn't use i2c_probe.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/tea6415c.c
drivers/media/video/tea6420.c

index d4a9ed4..1585839 100644 (file)
@@ -141,7 +141,6 @@ static const struct v4l2_subdev_ops tea6415c_ops = {
        .video = &tea6415c_video_ops,
 };
 
-/* this function is called by i2c_probe */
 static int tea6415c_probe(struct i2c_client *client,
                          const struct i2c_device_id *id)
 {
index ced6ead..0446524 100644 (file)
@@ -112,7 +112,6 @@ static const struct v4l2_subdev_ops tea6420_ops = {
        .audio = &tea6420_audio_ops,
 };
 
-/* this function is called by i2c_probe */
 static int tea6420_probe(struct i2c_client *client,
                          const struct i2c_device_id *id)
 {