Drop \r\n and \n\r as both print_XXX and printk now do this internally.
[coreboot.git] / src / mainboard / dell / s1850 / watchdog.c
index e22ffeef80e829f855935616ec8b24c9db1824b1..50e9e6e7b08994e76bbdcd185fb3567a473163d8 100644 (file)
@@ -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");
 }