public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Drop stray references to i2c_probe
@ 2009-04-30  8:40 Jean Delvare
  0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2009-04-30  8:40 UTC (permalink / raw)
  To: LMML

The new i2c binding model doesn't use i2c_probe.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
---
 linux/drivers/media/video/tea6415c.c |    1 -
 linux/drivers/media/video/tea6420.c  |    1 -
 2 files changed, 2 deletions(-)

--- v4l-dvb.orig/linux/drivers/media/video/tea6415c.c	2009-04-06 10:10:25.000000000 +0200
+++ v4l-dvb/linux/drivers/media/video/tea6415c.c	2009-04-29 18:46:09.000000000 +0200
@@ -147,7 +147,6 @@ static const struct v4l2_subdev_ops tea6
 	.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)
 {
--- v4l-dvb.orig/linux/drivers/media/video/tea6420.c	2009-04-06 10:10:25.000000000 +0200
+++ v4l-dvb/linux/drivers/media/video/tea6420.c	2009-04-29 18:46:05.000000000 +0200
@@ -118,7 +118,6 @@ static const struct v4l2_subdev_ops tea6
 	.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)
 {


-- 
Jean Delvare

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-30  8:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-30  8:40 [PATCH] Drop stray references to i2c_probe Jean Delvare

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox