[PATCH v1 0/4] pinctrl: intel: Unify error messages

From: Andy Shevchenko
Date: Mon Nov 03 2025 - 15:02:54 EST


Unify error messages with help of dev_err_probe(). This brings
a common pattern with error code printed as well. While at it,
make the text message the same for the same reasons across
the Intel pin control drivers.

Andy Shevchenko (4):
pinctrl: baytrail: Unify messages with help of dev_err_probe()
pinctrl: cherryview: Unify messages with help of dev_err_probe()
pinctrl: intel: Unify messages with help of dev_err_probe()
pinctrl: tangier: Unify messages with help of dev_err_probe()

drivers/pinctrl/intel/pinctrl-baytrail.c | 20 ++++++++----------
drivers/pinctrl/intel/pinctrl-cherryview.c | 24 ++++++++--------------
drivers/pinctrl/intel/pinctrl-intel.c | 24 ++++++++--------------
drivers/pinctrl/intel/pinctrl-tangier.c | 3 +--
4 files changed, 25 insertions(+), 46 deletions(-)

--
2.50.1