Re: [STLinux Kernel] [PATCH] i2c: don't print error when adding adapter fails

From: Patrice Chotard
Date: Wed Aug 10 2016 - 16:20:08 EST


On 08/09/2016 01:36 PM, Wolfram Sang wrote:
> Since v4.8-rc1, the I2C core will print detailed information when adding an I2C
> adapter fails. So, drivers can skip this now.
>
> I am still undecided if I apply this as a single patch or break it out. But for
> reviewing, avoiding the patch bomb is probably a good thing.
>
> Should go via subsystem tree, I'd think.
>
> Wolfram Sang (1):
> i2c: don't print error when adding adapter fails
>
> drivers/i2c/busses/i2c-st.c | 4 +---
>

For i2c-st.c

Acked-by: Patrice Chotard <patrice.chotard@xxxxxx>

Thanks