From: Tilman Schmidt Date: Wed, 13 Dec 2006 08:33:52 +0000 (-0800) Subject: [PATCH] isdn/gigaset: fix possible missing wakeup X-Git-Tag: v2.6.20-rc1~131 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39f07223d400330b9e08aae4c77a391f2418023e;p=pandora-kernel.git [PATCH] isdn/gigaset: fix possible missing wakeup 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 Acked-by: Karsten Keil Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed