mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
回推到d292938262 (diff-d29d8326a73da875bb76462833c6db678a92c6b658fcd67e20e2fc338b51967d)
有问题。
12 lines
429 B
Diff
Executable file
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;
|
|
}
|