Re: [PATCH 5/5] power: supply: lego_ev3: Simplify with dev_err_probe()
From: Sebastian Reichel <hidden>
Date: 2020-08-26 16:02:39
Also in:
lkml
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Sebastian Reichel <hidden>
Date: 2020-08-26 16:02:39
Also in:
lkml
Hi, On Wed, Aug 26, 2020 at 10:11:02AM -0500, David Lechner wrote:
On 8/26/20 9:48 AM, Krzysztof Kozlowski wrote:quoted
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 <krzk@kernel.org> ---Reviewed-by: David Lechner <david@lechnology.com>
Thanks Krzysztof, I queued all 5 patches. -- Sebastian