commit | d4ae47dc5670efecd2214110caf33dfc0ff7191f | [log] [tgz] |
---|---|---|
author | Florian Fainelli <florian@openwrt.org> | Mon Oct 08 15:11:28 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 22 11:23:59 2012 -0700 |
tree | 644fbfdd28236f968b60a014af851a7612f335e5 | |
parent | cd1965db054eeace344487b9c8560439961f5f55 [diff] |
USB: ohci: remove check for RH already suspended in ohci_suspend As suggested by Alan Stern, the code checking for the OHCI RH already suspended is no longer required since the bug it fixes has not been seen in ages. Remove that check making ohci_suspend much simpler. Signed-off-by: Florian Fainelli <florian@openwrt.org> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>