Re: [PATCH v2] i2c: mux: only print failure message on error

2017-05-15 Thread Wolfram Sang
> Wolfram, you can take this one directly if you wish. You can also > take [1] (and optionally [2]) directly if you wish. Or just holler > and I'll send you a pull request with [1] and this patch for-current. Frankly, I'd prefer a pull-request. Less chances that I mix up things for patches which

[PATCH v2] i2c: mux: only print failure message on error

2017-05-15 Thread Peter Rosin
As is, a failure message is printed unconditionally, which is confusing. And noisy. Fixes: 8d4d159f25a7 ("i2c: mux: provide more info on failure in i2c_mux_add_adapter") Signed-off-by: Peter Rosin --- drivers/i2c/i2c-mux.c | 26 -- 1 file changed, 16 insertions(+), 10 de