]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
intel_idle: Use more common logging style
authorJoe Perches <joe@perches.com>
Fri, 9 Jun 2017 19:29:20 +0000 (12:29 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 29 Jun 2017 20:58:35 +0000 (22:58 +0200)
commit654d08a42a5660514df5a5a6ed4dc1b0c978a0a3
tree626cf7e1cbbe8f0f834e2ef38653a8fffce31a95
parent5209654a46ee71137ad9b06da99d4ef2794475af
intel_idle: Use more common logging style

Remove #define PREFIX and add #define pr_fmt to use more common logging.

Miscellanea:

o Add missing newline to format
o Convert a single printk without KERN_<LEVEL> to pr_info

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/idle/intel_idle.c