]> git.ipfire.org Git - thirdparty/linux.git/commit
pinctrl: core: Remove duplicate error messages
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 27 Jan 2026 10:32:08 +0000 (11:32 +0100)
committerLinus Walleij <linusw@kernel.org>
Tue, 3 Feb 2026 00:18:18 +0000 (01:18 +0100)
commitb789889f11391b27d0d50023955af596ef32f374
tree941d251e2e3cc2e0d4612032e3a291db3e0a0c65
parent74ac08a77b4e77f2a9f3e9ac5f1386cecc95686c
pinctrl: core: Remove duplicate error messages

pinctrl_claim_hogs() is covered to report any error via message.
Since that it's not needed in the callers.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/core.c