]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Input: gpio_decoder - unify messages with help of dev_err_probe()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 13 Nov 2025 15:44:43 +0000 (16:44 +0100)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 21 Jan 2026 20:22:43 +0000 (12:22 -0800)
commit7cda46c30d17e6c7011fd7067f7b7638fa45934d
treef6a8064d46e6b7d2f2743cd45060b832b43317bb
parentc83504aac85a47e9f69cc78df396e1ab63343299
Input: gpio_decoder - unify messages with help of dev_err_probe()

Unify error messages that might appear during probe phase by
switching to use dev_err_probe().

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20251113154616.3107676-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/gpio_decoder.c