Merge tag 'iio-fixes-for-4.17a' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / kernel / params.c
index cc9108c..ce89f75 100644 (file)
@@ -111,8 +111,8 @@ bool parameq(const char *a, const char *b)
 static void param_check_unsafe(const struct kernel_param *kp)
 {
        if (kp->flags & KERNEL_PARAM_FL_UNSAFE) {
-               pr_warn("Setting dangerous option %s - tainting kernel\n",
-                       kp->name);
+               pr_notice("Setting dangerous option %s - tainting kernel\n",
+                         kp->name);
                add_taint(TAINT_USER, LOCKDEP_STILL_OK);
        }
 }