summaryrefslogtreecommitdiff
path: root/src/mainboard/dell/s1850/watchdog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/dell/s1850/watchdog.c')
-rw-r--r--src/mainboard/dell/s1850/watchdog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/dell/s1850/watchdog.c b/src/mainboard/dell/s1850/watchdog.c
index e22ffeef80..50e9e6e7b0 100644
--- a/src/mainboard/dell/s1850/watchdog.c
+++ b/src/mainboard/dell/s1850/watchdog.c
@@ -52,6 +52,6 @@ static void disable_watchdogs(void)
{
// disable_sio_watchdog(NSC_WD_DEV);
disable_ich5_watchdog();
- print_debug("Watchdogs disabled\r\n");
+ print_debug("Watchdogs disabled\n");
}