Re: [PATCH 02/11] spi: sprd: Simplify with dev_err_probe()

2020-09-08 Thread Mark Brown
On Tue, Sep 01, 2020 at 05:27:04PM +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. This doesn't apply against current code, please check and resend. Applying: spi: sprd: Simplify w

Re: [PATCH 02/11] spi: sprd: Simplify with dev_err_probe()

2020-09-08 Thread Chunyan Zhang
On Tue, 1 Sep 2020 at 23:27, 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: Chunyan Zhang Thanks, Chunyan > --- > drivers/spi/spi-

[PATCH 02/11] spi: sprd: Simplify with dev_err_probe()

2020-09-01 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/spi/spi-sprd-adi.c | 5 + drivers/spi/spi-sprd.c | 17 + 2 files changed, 6 insertions(+), 16 del