Drop \r\n and \n\r as both print_XXX and printk now do this internally.
[coreboot.git] / src / southbridge / amd / cs5536 / cs5536_early_smbus.c
index 298feeed9b72acedf6eec9548584df271cfe1781..ce8e690567e33ae268a3c37f686998e7506eb4b3 100644 (file)
@@ -199,7 +199,7 @@ static unsigned char do_smbus_read_byte(unsigned smbus_io_base,
        print_debug_hex8(error);
        print_debug(" device:");
        print_debug_hex8(device);
-       print_debug("\r\n");
+       print_debug("\n");
        /* stop, clean up the error, and leave */
        smbus_stop_condition(smbus_io_base);
        outb(inb(smbus_io_base + SMB_STS), smbus_io_base + SMB_STS);