https://github.com/torvalds/linux
Revision 39f07223d400330b9e08aae4c77a391f2418023e authored by Tilman Schmidt on 13 December 2006, 08:33:52 UTC, committed by Linus Torvalds on 13 December 2006, 17:05:47 UTC
Eliminate some possibilities for user processes writing to the Gigaset
character device to be left sleeping indefinitely, by adding wakeup calls
to error paths and properly disposing of pending write requests when the
device is disconnected.

It also removes unnecessary NULL checks before usb_free_urb() and
usb_kill_urb() calls.

Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Acked-by: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent eff3b63
History
Tip revision: 39f07223d400330b9e08aae4c77a391f2418023e authored by Tilman Schmidt on 13 December 2006, 08:33:52 UTC
[PATCH] isdn/gigaset: fix possible missing wakeup
Tip revision: 39f0722

back to top