]> git.baikalelectronics.ru Git - 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)
commitf2aab4495e0bdd2db34b1aa54147e3181bd9aef3
tree626cf7e1cbbe8f0f834e2ef38653a8fffce31a95
parent03046d291165396f306c76997275e81f4f79688c
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