Re: [PATCH 1/6] gpio: bcm-kona: Simplify with dev_err_probe()

2020-09-12 Thread Linus Walleij
On Fri, Aug 28, 2020 at 8:17 PM Bartosz Golaszewski wrote: > Queued the entire series with all the tags, thanks! Oh you already queued them, I'll drop them from my tree. Thanks! Linus Walleij

Re: [PATCH 1/6] gpio: bcm-kona: Simplify with dev_err_probe()

2020-08-28 Thread Bartosz Golaszewski
On Thu, Aug 27, 2020 at 10:08 PM Krzysztof Kozlowski wrote: > > Common pattern of handling deferred probe can be simplified with > dev_err_probe(). Less code and also it prints the error value. > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/gpio/gpio-bcm-kona.c | 5 + > 1 file

Re: [PATCH 1/6] gpio: bcm-kona: Simplify with dev_err_probe()

2020-08-28 Thread Florian Fainelli
On 8/27/20 1:08 PM, Krzysztof Kozlowski wrote: > Common pattern of handling deferred probe can be simplified with > dev_err_probe(). Less code and also it prints the error value. > > Signed-off-by: Krzysztof Kozlowski Acked-by: Florian Fainelli -- Florian

Re: [PATCH 1/6] gpio: bcm-kona: Simplify with dev_err_probe()

2020-08-28 Thread Andy Shevchenko
On Thu, Aug 27, 2020 at 11:09 PM Krzysztof Kozlowski wrote: > > Common pattern of handling deferred probe can be simplified with > dev_err_probe(). Less code and also it prints the error value. > I believe you are doing this right (after we have discussed previous series and approaches).

[PATCH 1/6] gpio: bcm-kona: Simplify with dev_err_probe()

2020-08-27 Thread Krzysztof Kozlowski
Common pattern of handling deferred probe can be simplified with dev_err_probe(). Less code and also it prints the error value. Signed-off-by: Krzysztof Kozlowski --- drivers/gpio/gpio-bcm-kona.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git