diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2012-07-11 17:21:09 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-07-17 01:50:12 +0200 |
commit | 631fe9d9d20e28fffdf750d12dd2cd275bd654e9 (patch) | |
tree | 83b560cbf25a7e3cdf60b8e80b2d1c174ba8f172 /drivers/usb/host/ehci-mem.c | |
parent | usb: storage: update usb devices for write cache quirk in quirk list. (diff) | |
download | linux-631fe9d9d20e28fffdf750d12dd2cd275bd654e9.tar.xz linux-631fe9d9d20e28fffdf750d12dd2cd275bd654e9.zip |
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>
Diffstat (limited to 'drivers/usb/host/ehci-mem.c')
0 files changed, 0 insertions, 0 deletions