| commit | b1055678a0160b2952c322ad1b61805562698f99 | [log] [tgz] |
|---|---|---|
| author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu Oct 23 08:39:58 2025 +0200 |
| committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu Oct 23 08:40:46 2025 +0200 |
| tree | 0e46213309cbc97abfa5bd1c9813bd10d6ec1899 | |
| parent | e4a77f9c85a528b3289c1d9570d6d73a7b5f847b [diff] |
gpiolib: acpi: Use %pe when passing an error pointer to dev_err() One of the coccinelle recipe suggests to use %pe when we deal with an error pointer. Do it so. Reported-by: kernel test robot <lkp@intel.com> Reported-by: Julia Lawall <julia.lawall@inria.fr> Closes: https://lore.kernel.org/r/202510231350.calxvXIm-lkp@intel.com/ Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>