summaryrefslogtreecommitdiffstats
path: root/src/console/printk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/printk.c')
-rw-r--r--src/console/printk.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/console/printk.c b/src/console/printk.c
index b6777e14752a..10a7da21f384 100644
--- a/src/console/printk.c
+++ b/src/console/printk.c
@@ -17,8 +17,6 @@ DECLARE_SPIN_LOCK(console_lock)
void do_putchar(unsigned char byte)
{
- if (byte == '\n')
- console_tx_byte('\r');
console_tx_byte(byte);
}