]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: keyspan: Fix oops
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Fri, 1 Feb 2008 23:16:42 +0000 (15:16 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Feb 2008 19:46:21 +0000 (11:46 -0800)
commita9ceb6ce700eb40d9aff44c2601b51943eea6990
tree7e8d7745055e26b6bda30a8309c4596185c17297
parentf5871b9016c0ebce8acc58f7a230adcb9bd89577
USB: keyspan: Fix oops

If we get a data URB back from the hardware after we have put the tty to
bed we go kaboom. Fortunately all we need to do is process the URB
without trying to ram its contents down the throat of an ex-tty.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/keyspan.c