commit | 5b05e2cbf5b38dfb2410d23adc26703fd37f84f9 | [log] [tgz] |
---|---|---|
author | Konrad Zapalowicz <bergo.torino@gmail.com> | Sun Nov 09 02:22:19 2014 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Nov 25 17:06:38 2014 -0800 |
tree | 2edb1b6301b93c632f452c4101b0e4a02a655d5c | |
parent | 245ae51cec684aa1a3e6e35afdf2a6c93d371b32 [diff] |
serial: jsm: Replace magic value with the proper define The changed function flushes the tx UART and the '4' corresponds to the UART_FCR_CLEAR_XMIT value. This commit replaces the magic number with this define. Signed-off-by: Konrad Zapalowicz <bergo.torino@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>