]> git.baikalelectronics.ru Git - kernel.git/commit
serial: bcm63xx_uart: fix compilation after "TTY: switch tty_insert_flip_char"
authorJonas Gorski <jogo@openwrt.org>
Sun, 24 Feb 2013 13:08:39 +0000 (14:08 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Mar 2013 15:53:23 +0000 (08:53 -0700)
commitb2320d6c99b9b4ef39df61404b1c87d6d50cb4d0
tree1fecee472718af5cb3a332f16da7b736ced454e8
parent7f93e8af7d628a98022173ee38d577b82a8889eb
serial: bcm63xx_uart: fix compilation after "TTY: switch tty_insert_flip_char"

ddbd2f0054cfa7ed3bf900380205dbd767d90a3a introduced a local variable
with the same name as the argument to bcm_uart_do_rx, breaking
compilation. Fix this by renaming the new variable and its uses where
expected.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Acked-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/bcm63xx_uart.c