USB: EHCI: initialize data before resetting hardware
authorAlan Stern <stern@rowland.harvard.edu>
Wed, 11 Jul 2012 15:21:09 +0000 (11:21 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Jul 2012 23:50:12 +0000 (16:50 -0700)
commit631fe9d9d20e28fffdf750d12dd2cd275bd654e9
tree83b560cbf25a7e3cdf60b8e80b2d1c174ba8f172
parent1f9be64a6de34f8d4a2dce845af15063523a02e3
USB: EHCI: initialize data before resetting hardware

Currently, EHCI initialization turns off the controller (in case it
was left running by the firmware) before setting up the ehci_hcd data
structure.  This patch (as1565) reverses that order.

Although it doesn't matter now, it will matter later on when future
additions to ehci_halt() will want to acquire a spinlock that gets
initialized by ehci_init().

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-hcd.c