commit | c0792e00bc2dd1202d48b838b1cf59d13dd2c74a | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Feb 22 18:34:44 2008 +0100 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Feb 22 14:20:08 2008 -0800 |
tree | 538ebec399f27b107b5a80f2235d3982d89f86d8 | |
parent | 0ee46c9dadcbbd0daa12da30f226391896d90abb [diff] |
[ALSA] race between disconnect and error handling in usbmidi The driver resubmits URBs from an error handler and schedules the error handler from the URBs' completion handlers. To reliably kill the cycle a flag must be used. Signed-off-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>