From: Alan Stern Date: Thu, 1 Feb 2007 21:08:41 +0000 (-0500) Subject: usbcore: small changes to hub driver's suspend method X-Git-Tag: v2.6.21-rc1~82^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12f1ff8351e235661beb0314d9ae9417a4871688;p=pandora-kernel.git usbcore: small changes to hub driver's suspend method This patch (as847) makes some small changes to the hub driver's suspend method: For root hubs, the status URB should be unlinked and other activity stopped _before_ the bus_suspend method is called. The test for hdev->bus being NULL has been removed, since it can never succeed. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed