Convert pr_warning to pr_warn

This commit is contained in:
Justin M. Forbes 2019-12-10 11:42:32 -06:00
parent ca5cc27a35
commit 3cdb1db179
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ index 000000000000..9070055de0a1
+ pr_info("Secure boot enabled\n"); + pr_info("Secure boot enabled\n");
+ break; + break;
+ default: + default:
+ pr_warning("Secure boot could not be determined (mode %u)\n", + pr_warn("Secure boot could not be determined (mode %u)\n",
+ mode); + mode);
+ break; + break;
+ } + }