linux/drivers/pinctrl/cirrus
Yan Zhen b042baa52b pinctrl: madera: Simplify with dev_err_probe()
Switch to use dev_err_probe() to simplify the error path and
unify a message template.

Using this helper is totally fine even if err is known to never
be -EPROBE_DEFER.

The benefit compared to a normal dev_err() is the standardized format
of the error code, it being emitted symbolically and the fact that
the error code is returned which allows more compact error paths.

Signed-off-by: Yan Zhen <yanzhen@vivo.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/20240829044835.2047794-1-yanzhen@vivo.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2024-09-02 10:28:53 +02:00
..
Kconfig pinctrl: lochnagar: Don't build on MIPS 2023-11-16 14:40:38 +01:00
Makefile pinctrl: cs42l43: Add support for the cs42l43 2023-08-17 12:06:11 +01:00
pinctrl-cs42l43.c pinctrl: cs42l43: Use str_high_low() 2024-01-31 09:11:14 +01:00
pinctrl-cs47l15.c
pinctrl-cs47l35.c
pinctrl-cs47l85.c
pinctrl-cs47l90.c
pinctrl-cs47l92.c
pinctrl-lochnagar.c treewide: rename pinctrl_gpio_direction_output_new() 2023-11-04 10:23:22 +01:00
pinctrl-madera-core.c pinctrl: madera: Simplify with dev_err_probe() 2024-09-02 10:28:53 +02:00
pinctrl-madera.h