]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] SERIAL: Fix resume handling bug
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 17 Oct 2006 11:19:40 +0000 (13:19 +0200)
committerChris Wright <chrisw@sous-sol.org>
Sat, 4 Nov 2006 01:33:45 +0000 (17:33 -0800)
commit9b1bb2cd3271ea65aad59708d466917f368562cf
tree94620bd0be00ee3d75586b636d851dcc0f8ab951
parent3d8565debdd12b99c133ff9553fceb6bc0749051
[PATCH] SERIAL: Fix resume handling bug

Unfortunately, pcmcia_dev_present() returns false when a device is
suspended, so checking this on resume does not work too well.  Omit
this test.

the backported patch below is already in fedora tree. -maks

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: maximilian attems <maks@sternwelten.at>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/serial/serial_cs.c