hwmon: (sch5636) Print unknown ID in error string via %*pE
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 11 Sep 2024 20:19:03 +0000 (23:19 +0300)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 12 Sep 2024 21:27:37 +0000 (14:27 -0700)
commit3017d28d6c0fe995703a1f34275e1cade424dc35
tree7a585acd9111af505a726b1c3c6d9fb00b6dffd4
parent38f9fa39afe119f6b2771c9065e638414226c86d
hwmon: (sch5636) Print unknown ID in error string via %*pE

Instead of custom approach this allows to print escaped strings
via %*pE extension. With this the unknown ID will be printed
as a string. Nonetheless, leave hex values to be printed as well.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Message-ID: <20240911201903.2886874-1-andriy.shevchenko@linux.intel.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/sch5636.c