public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i2c: Discard warning message on device instantiation from user-space
@ 2010-10-05 14:53 Jean Delvare
       [not found] ` <20101005165342.424ce502-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Jean Delvare @ 2010-10-05 14:53 UTC (permalink / raw)
  To: Linux I2C

From: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
Subject: i2c: Discard warning message on device instantiation from user-space

The "new_device" sysfs interface has been there for quite some time
now, nobody complained about it so it must be good enough. Time to
remove the warning and call it stable.

Signed-off-by: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
---
 drivers/i2c/i2c-core.c |    2 --
 1 file changed, 2 deletions(-)

--- linux-2.6.36-rc6.orig/drivers/i2c/i2c-core.c	2010-10-05 13:32:18.000000000 +0200
+++ linux-2.6.36-rc6/drivers/i2c/i2c-core.c	2010-10-05 13:33:55.000000000 +0200
@@ -683,8 +683,6 @@ i2c_sysfs_new_device(struct device *dev,
 	char *blank, end;
 	int res;
 
-	dev_warn(dev, "The new_device interface is still experimental "
-		 "and may change in a near future\n");
 	memset(&info, 0, sizeof(struct i2c_board_info));
 
 	blank = strchr(buf, ' ');


-- 
Jean Delvare

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-06 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-05 14:53 [PATCH] i2c: Discard warning message on device instantiation from user-space Jean Delvare
     [not found] ` <20101005165342.424ce502-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
2010-10-06 14:15   ` Michael Lawnick

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