]> Pileus Git - ~andy/linux/commit
USB: fix catc error handling
authorOliver Neukum <oneukum@suse.de>
Fri, 30 Mar 2007 11:11:00 +0000 (13:11 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 27 Apr 2007 20:28:38 +0000 (13:28 -0700)
commit5a9f4e338179e75e7e9b56293acb17023e342d81
tree6fb9ca518235ae18d8cf238111d494a9fdee3f9e
parent949ce47168a34618c3e24cb7dd4ab52233a4653c
USB: fix catc error handling

this driver ignores errors while starting the transmit queue. It will
never be reported stopped as the completion handler won't run
and it will never be started again as it will be considered started.
This patch adds error handling.

Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/net/catc.c