1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00
openmptcprouter/root/target/linux/mediatek/patches-4.14/0235-mtk_wdt-remove-debug-printk.patch
suyuan 234c9e1870 Revert "Merge branch 'test' into develop"
This reverts commit d071cd5c17, reversing
changes made to 27d4fa254e.
2021-04-15 21:26:00 +08:00

12 lines
429 B
Diff
Executable file

Index: linux-4.14.51/drivers/watchdog/mtk_wdt.c
===================================================================
--- linux-4.14.51.orig/drivers/watchdog/mtk_wdt.c
+++ linux-4.14.51/drivers/watchdog/mtk_wdt.c
@@ -236,7 +236,6 @@ static int mtk_wdt_ping(struct watchdog_
void __iomem *wdt_base = mtk_wdt->wdt_base;
iowrite32(WDT_RST_RELOAD, wdt_base + WDT_RST);
- printk_deferred("[WDK]: kick Ex WDT\n");
return 0;
}