Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszer...
[deliverable/linux.git] / kernel / sched / cpufreq_schedutil.c
index 154ae3a51e8664edd68959611947a808d3c6475f..14c4aa25cc45d4591c339aede161be14ab388a22 100644 (file)
@@ -9,6 +9,8 @@
  * published by the Free Software Foundation.
  */
 
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+
 #include <linux/cpufreq.h>
 #include <linux/module.h>
 #include <linux/slab.h>
@@ -388,7 +390,7 @@ static int sugov_init(struct cpufreq_policy *policy)
        mutex_unlock(&global_tunables_lock);
 
        sugov_policy_free(sg_policy);
-       pr_err("cpufreq: schedutil governor initialization failed (error %d)\n", ret);
+       pr_err("initialization failed (error %d)\n", ret);
        return ret;
 }
 
This page took 0.029886 seconds and 5 git commands to generate.