From: Jean Delvare <khali@xxxxxxxxxxxx> 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@xxxxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html