Re: [PATCH] serial: lpc32xx: Fix fallout from tty_port conversion

2013-01-20 Thread Jiri Slaby
On 01/18/2013 08:25 AM, Thierry Reding wrote: > 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 Redi

[PATCH] serial: lpc32xx: Fix fallout from tty_port conversion

2013-01-17 Thread Thierry Reding
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 --- drivers/tty/serial/lpc32xx_hs.c | 2 +- 1 file ch