Drop \r\n and \n\r as both print_XXX and printk now do this internally.
[coreboot.git] / src / southbridge / intel / i82801gx / i82801gx_early_smbus.c
index 7c0d97d2c8c913dbc83bb6d9e1899beb21b522c6..7d3c80e8a7fcb00df549809064b2af2dc450a05f 100644 (file)
@@ -49,7 +49,7 @@ static void enable_smbus(void)
 
        /* Clear any lingering errors, so transactions can run. */
        outb(inb(SMBUS_IO_BASE + SMBHSTSTAT), SMBUS_IO_BASE + SMBHSTSTAT);
-       print_debug("SMBus controller enabled.\r\n");
+       print_debug("SMBus controller enabled.\n");
 }
 
 static inline int smbus_read_byte(unsigned device, unsigned address)