]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: unkill cxacru atm driver
authorOliver Neukum <oneukum@suse.de>
Thu, 16 Aug 2007 14:06:06 +0000 (16:06 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 22 Aug 2007 21:27:58 +0000 (14:27 -0700)
commit3b79cc26708bcc476d4e4bf3846032fa3a1eeb85
tree31a2c50165b76666ac529d5b2f3e87b8f5af8fef
parent04cab1329336d4577d6638360c905e360934b425
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 <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/atm/cxacru.c