Re: [PATCH 9/9] i2c: mux: reg: Simplify with dev_err_probe()

2020-09-09 Thread Wolfram Sang
On Wed, Sep 02, 2020 at 05:06:43PM +0200, Krzysztof Kozlowski wrote: > Common pattern of handling deferred probe can be simplified with > dev_err_probe(). Less code and the error value gets printed. > > Signed-off-by: Krzysztof Kozlowski Applied to for-next, thanks! signature.asc Description

Re: [PATCH 9/9] i2c: mux: reg: Simplify with dev_err_probe()

2020-09-02 Thread Peter Rosin
On 2020-09-02 17:06, Krzysztof Kozlowski wrote: > Common pattern of handling deferred probe can be simplified with > dev_err_probe(). Less code and the error value gets printed. > > Signed-off-by: Krzysztof Kozlowski Acked-by: Peter Rosin Cheers, Peter

[PATCH 9/9] i2c: mux: reg: Simplify with dev_err_probe()

2020-09-02 Thread Krzysztof Kozlowski
Common pattern of handling deferred probe can be simplified with dev_err_probe(). Less code and the error value gets printed. Signed-off-by: Krzysztof Kozlowski --- drivers/i2c/muxes/i2c-mux-reg.c | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/drivers/i2c/muxes/i