]> git.baikalelectronics.ru Git - kernel.git/commit
serial: lpc32xx: Fix fallout from tty_port conversion
authorThierry Reding <thierry.reding@avionic-design.de>
Fri, 18 Jan 2013 07:25:51 +0000 (08:25 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 19 Jan 2013 00:05:15 +0000 (16:05 -0800)
commitb2ce7430cec4846cff08338adbb48ba059ebbbc1
tree141aceb3d47d13a2274546cc840c48cff59f0a3a
parentbc97670bd7a5c2cc88f7437c1d5602781a3b0e75
serial: lpc32xx: Fix fallout from tty_port conversion

A duplicate definition of the port variable was introduced in the
interrupt handler, which causes the build to break. The fix is to
rename the variable to tport, which is already properly used in
subsequent code.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/lpc32xx_hs.c