PM / OPP: Improve print messages with pr_fmt
[cascardo/linux.git] / drivers / base / power / opp / cpu.c
index 7654c56..c27a1cd 100644 (file)
@@ -10,6 +10,9 @@
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  */
+
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+
 #include <linux/cpu.h>
 #include <linux/cpufreq.h>
 #include <linux/err.h>