efistub: Lower default log level

Change-Id: I4d4f6e5a93669ca2a99a79f5f760ced2f000a3c2
This commit is contained in:
Ard Biesheuvel
2025-06-25 13:21:34 -05:00
committed by Thomas Makin
parent cc70760341
commit 21164c1535

View File

@@ -5,13 +5,13 @@
#include <linux/ctype.h>
#include <linux/efi.h>
#include <linux/kernel.h>
#include <linux/printk.h> /* For CONSOLE_LOGLEVEL_* */
#include <linux/kern_levels.h>
#include <asm/efi.h>
#include <asm/setup.h>
#include "efistub.h"
int efi_loglevel = CONSOLE_LOGLEVEL_DEFAULT;
int efi_loglevel = LOGLEVEL_NOTICE;
/**
* efi_char16_puts() - Write a UCS-2 encoded string to the console