Searched hist:"064256 feab4f94d2dc894b181e2f82769966f6c7" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/tty/serial/ |
H A D | bcm63xx_uart.c | diff 064256feab4f94d2dc894b181e2f82769966f6c7 Sun Feb 24 07:08:39 CST 2013 Jonas Gorski <jogo@openwrt.org> serial: bcm63xx_uart: fix compilation after "TTY: switch tty_insert_flip_char"
92a19f9cec9a80ad93c06e115822deb729e2c6ad 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>
|