serial: xilinx_uartps: fix bad register write in console_writemaster
commitabfadbffda8e44b4e4a3695b441d10bd82cc0520
authorJohn Linn <john.linn@xilinx.com>
Fri, 26 Oct 2012 19:35:16 +0000 (26 12:35 -0700)
committerJohn Linn <john.linn@xilinx.com>
Fri, 26 Oct 2012 21:51:07 +0000 (26 14:51 -0700)
tree77a3b27a3e375bfa4ce0b50b79b42ce83959c4cf
parentc0a9d1e4be5c4619f9e7d2c27d7455799f269a4d
serial: xilinx_uartps: fix bad register write in console_write

The last commit to fix xuartps_console_write caused a new
bug as the write to the control register had the offset and
the value to write reversed.

Signed-off-by: John Linn <john.linn@xilinx.com>
drivers/tty/serial/xilinx_uartps.c