Home
last modified time | relevance | path

Searched hist:"35 b871f72a5a06dc5a328427a437797ad99c0696" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/pinctrl/sunxi/
H A Dpinctrl-sun50i-h5.cdiff 35b871f72a5a06dc5a328427a437797ad99c0696 Sat Sep 17 07:22:08 CDT 2022 Yang Yingliang <yangyingliang@huawei.com> pinctrl: sunxi: sun50i-h5: Switch to use dev_err_probe() helper

In the probe path, dev_err() can be replace with dev_err_probe()
which will check if error code is -EPROBE_DEFER and and prints the
error name.

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Link: https://lore.kernel.org/r/20220917122208.1894769-1-yangyingliang@huawei.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>