[PATCH RESEND] i2c: at91: Use dev_err_probe() instead of dev_err()
Wolfram Sang
wsa at kernel.org
Wed Aug 30 12:20:37 PDT 2023
On Fri, Aug 25, 2023 at 04:32:34PM +0200, Yann Sionneau wrote:
> Change
> if (IS_ERR(x)) { dev_err(...); return PTR_ERR(x); }
> into
> return dev_err_probe()
>
> Also, return the correct error instead of hardcoding -ENODEV
> This change has also the advantage of handling the -EPROBE_DEFER situation.
>
> Signed-off-by: Yann Sionneau <yann at sionneau.net>
Applied to for-next, thanks!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20230830/3da22a0b/attachment-0001.sig>
More information about the linux-arm-kernel
mailing list