PM / hibernate: Define pr_fmt() and use pr_*() instead of printk()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 23 Feb 2017 23:26:15 +0000 (00:26 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 27 Feb 2017 14:10:20 +0000 (15:10 +0100)
commit2872de1382a7c888fa69532eda25aa7342dfe748
treeda854285db31502b6a4472b818283fdb26ed098a
parent81d45bdf89135cd26dc7535c14a45db6cdd647fa
PM / hibernate: Define pr_fmt() and use pr_*() instead of printk()

Define a pr_fmt() for hibernate.c and convert all of the explicit
printk() calls into corresponding pr_*() so that they use the
pr_fmt() format.

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