9
0
Fork 0

serial: ns16550: fix whitespaces

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2014-03-25 20:50:53 +04:00 committed by Sascha Hauer
parent 1a09deccb7
commit 494ca69454
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ static void ns16550_omap_init_port(struct console_device *cdev)
ns16550_serial_init_port(cdev);
ns16550_write(cdev, 0x07, omap_mdr1); /* Disable */
ns16550_write(cdev, 0x00, omap_mdr1);
ns16550_write(cdev, 0x00, omap_mdr1);
}
/*********** Exposed Functions **********************************/