]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
pinctrl: cy8c95x0: remove duplicate error message
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 23 Feb 2026 18:06:53 +0000 (19:06 +0100)
committerLinus Walleij <linusw@kernel.org>
Thu, 26 Feb 2026 22:42:17 +0000 (23:42 +0100)
commit970dacb3b9f0fedbbbcfd7dbf1f4f22340b3f359
treebf668c217c974e9bb7c639e856d8db569b468523
parent5ffb2da4a38fd85cc8f71fca7c04be28897d2354
pinctrl: cy8c95x0: remove duplicate error message

The pin control core is covered to report any error via message.
The devm_request_threaded_irq() already prints an error message.
Remove the duplicates.

While at it, drop the info message as the same information about
an IRQ in use can be retrieved differently.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/pinctrl-cy8c95x0.c