From: Alan Stern Date: Fri, 4 May 2007 15:57:00 +0000 (-0400) Subject: OHCI: Fix machine check in ohci_hub_status_data X-Git-Tag: v2.6.22-rc5~60^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fd75b19483b2f6e6619602a535b4939e46921c1;p=pandora-kernel.git OHCI: Fix machine check in ohci_hub_status_data This patch (as901) fixes an oversight in ohci-hcd. The hub_status_data routine must not try to access the controller's memory-mapped registers if the controller is in a low-power state; such attempts will cause a crash on some architectures (such as PPC). Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed