s390: Use pr_warn instead of pr_warning
[cascardo/linux.git] / drivers / s390 / net / qeth_l3_main.c
index 7c8c68c..ac54433 100644 (file)
@@ -3624,7 +3624,7 @@ static int qeth_l3_register_notifiers(void)
                return rc;
        }
 #else
-       pr_warning("There is no IPv6 support for the layer 3 discipline\n");
+       pr_warn("There is no IPv6 support for the layer 3 discipline\n");
 #endif
        return 0;
 }