From: Wolfram Sang <hidden> Date: 2016-08-09 11:27:49
Since v4.8-rc1, the I2C core will print detailed information when adding an I2C
adapter fails. So, drivers can skip this now.
Should go via subsystem tree, I'd think.
Wolfram Sang (1):
video: fbdev: mb862xx: mb862xx-i2c: don't print error when adding
adapter fails
drivers/video/fbdev/mb862xx/mb862xx-i2c.c | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
--
2.8.1
From: Wolfram Sang <hidden> Date: 2016-08-09 11:27:51
The core will do this for us now.
Signed-off-by: Wolfram Sang <redacted>
---
drivers/video/fbdev/mb862xx/mb862xx-i2c.c | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
From: Tomi Valkeinen <hidden> Date: 2016-08-10 19:11:22
On 09/08/16 14:27, Wolfram Sang wrote:
The core will do this for us now.
Signed-off-by: Wolfram Sang <redacted>
---
drivers/video/fbdev/mb862xx/mb862xx-i2c.c | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
Thanks, queued for v4.9.
One comment: the patch description should be "stand-alone" text, not a
continuation of the subject. I fixed this.
Tomi