Drop \r\n and \n\r as both print_XXX and printk now do this internally.
[coreboot.git] / src / superio / winbond / w83627hf / superio.c
index 7c470ae8a2d56edb1c2f9a6995e7dc0253db2edd..4c69a2c2c0498ee17cd39aab6339cf98633aa170 100644 (file)
@@ -120,7 +120,7 @@ static void init_hwm(unsigned long base)
                value &= 0xff & hwm_reg_values[i+1];
                value |= 0xff & hwm_reg_values[i+2];
 #if 0
-               printk(BIOS_DEBUG, "base = 0x%04x, reg = 0x%02x, value = 0x%02x\r\n", base, reg,value);
+               printk(BIOS_DEBUG, "base = 0x%04x, reg = 0x%02x, value = 0x%02x\n", base, reg,value);
 #endif
                pnp_write_index(base, reg, value);
        }