PM / core: Add error argument to dpm_show_time()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 21 Jul 2017 00:10:22 +0000 (02:10 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 24 Jul 2017 21:53:45 +0000 (23:53 +0200)
commit48059c095bafc2ba23da1b3fa26b6ba142cb854f
tree31923d2f879a2c25848e7de3cf3a57d876a27924
parent786f41fb6b008ea4341355b99083a38853a5311d
PM / core: Add error argument to dpm_show_time()

Make the core device suspend/resume code also call dpm_show_time()
on failures and add an error argument to this function so that the
message printed by it can reflect the success or failure condition.

This makes the debug messages in question look less confusing in
the failing cases.

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