From: Alan Stern Date: Fri, 6 May 2005 19:41:08 +0000 (-0400) Subject: [PATCH] usbcore: Don't call device_release_driver recursively X-Git-Tag: v2.6.13-rc1~68^2~583^2^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f409661877a25d11c2495bcd879807f17c286684;p=pandora-kernel.git [PATCH] usbcore: Don't call device_release_driver recursively This patch fixes usb_driver_release_interface() to make it avoid calling device_release_driver() recursively, i.e., when invoked from within the disconnect routine for the same device. The patch applies to your "driver" tree. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed