Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d57558d0 authored by Jean Delvare's avatar Jean Delvare Committed by Jean Delvare
Browse files

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: default avatarJean Delvare <khali@linux-fr.org>
Acked-by: default avatarMichael Lawnick <ml.lawnick@gmx.de>
parent 9cb2c272
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -683,8 +683,6 @@ i2c_sysfs_new_device(struct device *dev, struct device_attribute *attr,
	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, ' ');