]> git.karo-electronics.de Git - karo-tx-linux.git/commit
8250: Fix capabilities when changing the port type
authorleitao@linux.vnet.ibm.com <leitao@linux.vnet.ibm.com>
Thu, 26 May 2011 14:18:39 +0000 (11:18 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 7 Jun 2011 16:29:35 +0000 (09:29 -0700)
commitcb01ece3ea5dec16ac7bab30069c7736b59f7dea
tree6cc78fe7d08abc855974b2acd91a6fb7a069bee2
parent1798ca13bfae8cc7c0ef82c034c3c4951ecaeb88
8250: Fix capabilities when changing the port type

When changing the port type, the capabilities flags should be changed
also, otherwise the capabilities will not correspond to the port type,
which make set_sleep() crash on rmmod.

This patch just assign the correct capabilites when the port changes.

Signed-off-by: Breno Leitao <leitao@linux.vnet.ibm.com>
CC: Michael Reed <mreed@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/serial/8250.c