ACPI: PM: Change pr_fmt() in device_pm.c
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 4 Apr 2022 15:02:00 +0000 (17:02 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 13 Apr 2022 15:23:39 +0000 (17:23 +0200)
commit255a04cc457e57c1b429c2a5c0f4d7604b1ef41b
treed146dc1bfdce4772542abc8e683f0ea0d762460a
parent198ee4377b9675898a53c1a02f6ba55d186cc806
ACPI: PM: Change pr_fmt() in device_pm.c

All messages printed by functions in this file either contain
the "ACPI" or "acpi" string regardless of the format, or they don't
need to contain it at all.

In the former case, the "ACPI:" string added by the format is
redundant, so drop it from there.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/device_pm.c