From: Jonas Gorski Date: Sun, 24 Feb 2013 13:08:39 +0000 (+0100) Subject: serial: bcm63xx_uart: fix compilation after "TTY: switch tty_insert_flip_char" X-Git-Tag: v3.9-rc3~18^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=064256feab4f94d2dc894b181e2f82769966f6c7;p=pandora-kernel.git 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 Acked-by: Jiri Slaby Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed