Re: [PATCH 7/9] i2c: rk3x: Simplify with dev_err_probe()

2020-09-27 Thread Wolfram Sang
On Wed, Sep 02, 2020 at 05:06:41PM +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

Re: [PATCH 7/9] i2c: rk3x: Simplify with dev_err_probe()

2020-09-22 Thread Heiko Stübner
Am Mittwoch, 2. September 2020, 17:06:41 CEST schrieb 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 Reviewed-by: Heiko Stuebner

[PATCH 7/9] i2c: rk3x: 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/busses/i2c-rk3x.c | 19 +++ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git