]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: ns16550: Remove unnecessary init on UART setup
authorSimon Glass <sjg@chromium.org>
Sat, 28 Feb 2015 05:06:28 +0000 (22:06 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:30:12 +0000 (22:30 +0200)
commit0f77d69e75d3465e60fcc11265dd9d6bb7a9d6bd
tree24605b6e5a73efcb3b0362d004e82c1299de9b97
parent0642c4bed45da6ec221f27c4279eb094454487f0
serial: ns16550: Remove unnecessary init on UART setup

It is not necessary to write a zero baud rate to the device, and for some
chips this will cause problems. Drop this code.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/serial/ns16550.c