ACPI: use %pe for better readability of errors while printing
authorOnkarnath <onkarnath.1@samsung.com>
Tue, 13 Feb 2024 07:44:15 +0000 (13:14 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 16 Feb 2024 18:31:12 +0000 (19:31 +0100)
commitc763aefeeb3ebeb05efff3d204ffe8fa7872da8f
treefda231955bb4a1862138dc504e45c28130fa1065
parent841c35169323cd833294798e58b9bf63fa4fa1de
ACPI: use %pe for better readability of errors while printing

As %pe is already introduced, it's better to use it in place of (%ld) for
printing errors in logs. It would enhance readability of logs.

Co-developed-by: Maninder Singh <maninder1.s@samsung.com>
Signed-off-by: Maninder Singh <maninder1.s@samsung.com>
Signed-off-by: Onkarnath <onkarnath.1@samsung.com>
Reviewed-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_processor.c
drivers/acpi/acpi_watchdog.c
drivers/acpi/pci_slot.c