]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/thermal/cpu_cooling.c
Merge tag 'iommu-v4.15-rc3' of git://github.com/awilliam/linux-vfio
[mirror_ubuntu-bionic-kernel.git] / drivers / thermal / cpu_cooling.c
index 908a8014cf767efb34f4b8dfe6b4958738fa2d84..dc63aba092e451735d9eaf116276d7bf37b195b2 100644 (file)
@@ -696,7 +696,7 @@ __cpufreq_cooling_register(struct device_node *np,
        bool first;
 
        if (IS_ERR_OR_NULL(policy)) {
-               pr_err("%s: cpufreq policy isn't valid: %p", __func__, policy);
+               pr_err("%s: cpufreq policy isn't valid: %p\n", __func__, policy);
                return ERR_PTR(-EINVAL);
        }