ipack/devices/ipoctal: add missing rx_enable = 1
authorSamuel Iglesias Gonsalvez <siglesias@igalia.com>
Fri, 18 Jan 2013 07:57:21 +0000 (08:57 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 19 Jan 2013 00:04:16 +0000 (16:04 -0800)
commit2910fe2a7d0dc0d01944110e462045441ba0856f
treec91aacb2f33bafd5d01add0f242a7a1751a4f32a
parent8467fdbb09ca0766b638171723624f3da8703055
ipack/devices/ipoctal: add missing rx_enable = 1

There was a bug in the code when managing a GE IP-OCTAL-485 board. The RX would
be enabled but we have a wrong state in the rx_enable flag.

Then, if the user changes the terminal settings, RX would not be enabled again.

Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/ipack/devices/ipoctal.c