]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
pinctrl: s32cc: use dev_err_probe() and improve error messages
authorKhristine Andreea Barbulescu <khristineandreea.barbulescu@oss.nxp.com>
Mon, 4 May 2026 13:11:42 +0000 (15:11 +0200)
committerLinus Walleij <linusw@kernel.org>
Mon, 25 May 2026 08:44:53 +0000 (10:44 +0200)
commit3f30211b023fcc810db7e16bb100a246ed7be52b
tree325ca59c00e1f8baee250d26d4e154c9df8ab408
parent88f643ec105ea0d2872b2c34b23503ad6076518c
pinctrl: s32cc: use dev_err_probe() and improve error messages

Change dev_err&return statements into dev_err_probe throughout the driver
on the probing path.

Signed-off-by: Andrei Stefanescu <andrei.stefanescu@oss.nxp.com>
Signed-off-by: Khristine Andreea Barbulescu <khristineandreea.barbulescu@oss.nxp.com>
Reviewed-by: Enric Balletbo i Serra <eballetb@redhat.com>
Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Tested-by: Enric Balletbo i Serra <eballetb@redhat.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/nxp/pinctrl-s32cc.c