From 703a4aff8e9b8c6638e42ca331c754af7a755271 Mon Sep 17 00:00:00 2001 From: Xilin Wu Date: Sat, 7 Aug 2021 23:00:11 +0800 Subject: [PATCH] Fix comments Sadly the dog is not getting fed :/ --- sdm845Pkg/Drivers/sdm845Dxe/sdm845Dxe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdm845Pkg/Drivers/sdm845Dxe/sdm845Dxe.c b/sdm845Pkg/Drivers/sdm845Dxe/sdm845Dxe.c index 89d41af..0cc3855 100644 --- a/sdm845Pkg/Drivers/sdm845Dxe/sdm845Dxe.c +++ b/sdm845Pkg/Drivers/sdm845Dxe/sdm845Dxe.c @@ -43,9 +43,9 @@ InitPeripherals ( IN VOID ) { - //Feed the QcomWdogTimer + //Kill the QcomWdogTimer on certain devices MmioWrite32(0x17980008,0x000000); - DEBUG ((EFI_D_WARN, "\n \v The Dog is feeded :)\v")); + DEBUG ((EFI_D_WARN, "\n \v The Dog is killed :)\v")); } -- 2.45.2