Home
last modified time | relevance | path

Searched hist:"2 c82f5b8ae6d0b5bbac1526021d9c3120d183555" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/regulator/
H A Dfan53555.cdiff 2c82f5b8ae6d0b5bbac1526021d9c3120d183555 Thu Apr 06 21:41:57 CEST 2023 Cristian Ciocaltea <cristian.ciocaltea@collabora.com> regulator: fan53555: Use dev_err_probe

Use dev_err_probe() instead of dev_err() in the probe function, which
ensures the error code is always printed and, additionally, simplifies
the code a bit.

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Link: https://lore.kernel.org/r/20230406194158.963352-8-cristian.ciocaltea@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org>