public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Jean Delvare <khali@linux-fr.org>
To: LMML <linux-media@vger.kernel.org>
Subject: [PATCH] Drop stray references to i2c_probe
Date: Thu, 30 Apr 2009 10:40:07 +0200	[thread overview]
Message-ID: <20090430104007.6e7e6fc6@hyperion.delvare> (raw)

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

                 reply	other threads:[~2009-04-30  8:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090430104007.6e7e6fc6@hyperion.delvare \
    --to=khali@linux-fr.org \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox