Re: [PATCH 1/3] watchdog: cadence: Simplify with dev_err_probe()

From: Guenter Roeck
Date: Fri Oct 02 2020 - 13:37:11 EST


On Fri, Oct 02, 2020 at 06:31:24PM +0200, Krzysztof Kozlowski wrote:
> On Tue, Sep 01, 2020 at 08:49:52AM -0700, Guenter Roeck wrote:
> > On Tue, Sep 01, 2020 at 05:31:39PM +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 <krzk@xxxxxxxxxx>
> >
> > Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx>
>
> Thanks for the review. Who could pick up these patches?
>

They are queued up in my watchdog-next branch, and Wim usually
picks up patches from there.

Guenter