diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-08-19 16:44:14 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-28 01:17:34 +0200 |
commit | 97f2c4289c591c2f24fb4a4cc03d78a0bef93187 (patch) | |
tree | e1675c382766f811ad1e6ba44b1aee4e01849a42 /.gitignore | |
parent | tty: serial: icom: drop uart_port->lock before calling tty_flip_buffer_push() (diff) | |
download | linux-97f2c4289c591c2f24fb4a4cc03d78a0bef93187.tar.xz linux-97f2c4289c591c2f24fb4a4cc03d78a0bef93187.zip |
tty: serial: lpc32xx_hs: don't call tty_flip_buffer_push() twice
serial_lpc32xx_interrupt() calls __serial_lpc32xx_rx() first and then
tty_flip_buffer_push() immediately after that. But last statement of
__serial_lpc32xx_rx() already called tty_flip_buffer_push()..
So, probably its not required to be called twice. Lets remove one of them.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions