From: Alan Stern Date: Thu, 19 Jan 2006 15:46:27 +0000 (-0500) Subject: [PATCH] USB core and HCDs: don't put_device while atomic X-Git-Tag: v2.6.17-rc1~1176^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a8e87b23ff4a979bde5451a242466a4b3f9fe7d;p=pandora-kernel.git [PATCH] USB core and HCDs: don't put_device while atomic This patch (as640) removes several put_device and the corresponding get_device calls from the USB core and HCDs. Some of the puts were done in atomic contexts, and none of them are needed since the core now guarantees that every endpoint will be disabled and every URB completed before a USB device is released. Signed-off-by: Alan Stern Acked-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed