From: Jan Kiszka <[email protected]> Provides a unified formatting.
Signed-off-by: Jan Kiszka <[email protected]> --- drivers/watchdog/i6300esb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/watchdog/i6300esb.c b/drivers/watchdog/i6300esb.c index 1ba2b8d..527c5de 100644 --- a/drivers/watchdog/i6300esb.c +++ b/drivers/watchdog/i6300esb.c @@ -15,6 +15,7 @@ #include <efi.h> #include <efilib.h> #include <pci/header.h> +#include "utils.h" #define PCI_DEVICE_ID_INTEL_ESB_9 0x25ab @@ -57,7 +58,7 @@ init(EFI_PCI_IO *pci_io, UINT16 pci_vendor_id, UINT16 pci_device_id, return EFI_UNSUPPORTED; } - Print(L"Detected i6300ESB watchdog\n"); + INFO(L"Detected i6300ESB watchdog\n"); status = unlock_timer_regs(pci_io); if (EFI_ERROR(status)) { -- 2.34.1 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/2d40a5ee4247543b292c6facbd7bd00b2013acf8.1646426240.git.jan.kiszka%40siemens.com.
