From: Oliver Neukum Date: Thu, 16 Aug 2007 14:06:06 +0000 (+0200) Subject: USB: unkill cxacru atm driver X-Git-Tag: v2.6.23-rc4~29^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b79cc26708bcc476d4e4bf3846032fa3a1eeb85;p=pandora-kernel.git USB: unkill cxacru atm driver it seems like you overdid it a bit in your quest to clean up the use of urb->status. In this driver you read it the first thing, which means that you are in a race against URB completion you'll usually lose, returning -EINPROGRESS. This kills the driver. Signed-off-by: Oliver Neukum Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed