Don't touch USB controller IO registers when they are disabled
authorLinus Torvalds <torvalds@g5.osdl.org>
Tue, 1 Nov 2005 05:12:40 +0000 (21:12 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 1 Nov 2005 05:12:40 +0000 (21:12 -0800)
The USB "handoff" code is an early PCI quirk to make sure we own the USB
controller (as opposed to the BIOS/SMM).  But if the controller isn't
even enabled yet, don't try to access it.

Acked-by: Paul Mackerras <paulus@samba.org> (who had an alternate patch)
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found