From 3cdb1db179700bb87f57c3b545772d31485c5923 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 10 Dec 2019 11:42:32 -0600 Subject: [PATCH] Convert pr_warning to pr_warn --- efi-secureboot.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efi-secureboot.patch b/efi-secureboot.patch index c7250e47f..cda57a471 100644 --- a/efi-secureboot.patch +++ b/efi-secureboot.patch @@ -205,7 +205,7 @@ index 000000000000..9070055de0a1 + pr_info("Secure boot enabled\n"); + break; + default: -+ pr_warning("Secure boot could not be determined (mode %u)\n", ++ pr_warn("Secure boot could not be determined (mode %u)\n", + mode); + break; + }