From: Oliver Neukum Date: Fri, 30 Mar 2007 11:11:00 +0000 (+0200) Subject: USB: fix catc error handling X-Git-Tag: v2.6.22-rc1~1117^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a9f4e338179e75e7e9b56293acb17023e342d81;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed