Files
linux/drivers/usb/misc
Peter Holik 658e9624a3 USB: uss720 fixup refcount position
commit adaa3c6342 upstream.

My testprog do a lot of bitbang - after hours i got following warning and my machine lockups:
WARNING: at /build/buildd/linux-2.6.38/lib/kref.c:34
After debugging uss720 driver i discovered that the completion callback was called before
usb_submit_urb returns. The callback frees the request structure that is krefed on return by
usb_submit_urb.

Signed-off-by: Peter Holik <peter@holik.at>
Acked-by: Thomas Sailer <t.sailer@alumni.ethz.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-03-27 11:30:46 -07:00
..
2009-03-17 14:01:29 -07:00
2009-01-07 10:00:13 -08:00
2009-07-28 14:31:11 -07:00
2005-04-16 15:20:36 -07:00
2009-10-09 13:52:06 -07:00
2011-03-27 11:30:46 -07:00
2009-03-17 14:01:29 -07:00