From: Jan Kiszka <[email protected]>

Provides a unified formatting.

Signed-off-by: Jan Kiszka <[email protected]>
---
 drivers/watchdog/atom-quark.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/watchdog/atom-quark.c b/drivers/watchdog/atom-quark.c
index c25406a..4a3c070 100644
--- a/drivers/watchdog/atom-quark.c
+++ b/drivers/watchdog/atom-quark.c
@@ -16,6 +16,7 @@
 #include <efilib.h>
 #include <pci/header.h>
 #include <sys/io.h>
+#include "utils.h"
 
 #define PCI_DEVICE_ID_INTEL_ITC                0x8186
 #define PCI_DEVICE_ID_INTEL_CENTERTON  0x0c60
@@ -79,7 +80,7 @@ init(EFI_PCI_IO *pci_io, UINT16 pci_vendor_id, UINT16 
pci_device_id,
 
        wdt_base &= WDTBA_ADDRMASK;
 
-       Print(L"Detected Intel Atom/Quark watchdog\n");
+       INFO(L"Detected Intel Atom/Quark watchdog\n");
 
        write_timer_regs(wdt_base, TIMER1_REG,
                         ((timeout * 1000000000ULL) >> 15) / 30);
-- 
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/ffe54a829140bfb33e5fc44d0bab781564fee991.1646426240.git.jan.kiszka%40siemens.com.

Reply via email to