mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 23:29:46 +00:00
[PATCH] UHCI PM updates
This removes suspend and resume path recursion in UHCI. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> drivers/usb/host/uhci-hcd.c | 9 --------- 1 file changed, 9 deletions(-)
This commit is contained in:
parent
f2cb36c1df
commit
a7f72abe8f
@ -762,11 +762,6 @@ static int uhci_suspend(struct usb_hcd *hcd, pm_message_t message)
|
|||||||
if (uhci->hc_inaccessible) /* Dead or already suspended */
|
if (uhci->hc_inaccessible) /* Dead or already suspended */
|
||||||
goto done;
|
goto done;
|
||||||
|
|
||||||
#ifndef CONFIG_USB_SUSPEND
|
|
||||||
/* Otherwise this would never happen */
|
|
||||||
suspend_rh(uhci, UHCI_RH_SUSPENDED);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if (uhci->rh_state > UHCI_RH_SUSPENDED) {
|
if (uhci->rh_state > UHCI_RH_SUSPENDED) {
|
||||||
dev_warn(uhci_dev(uhci), "Root hub isn't suspended!\n");
|
dev_warn(uhci_dev(uhci), "Root hub isn't suspended!\n");
|
||||||
hcd->state = HC_STATE_RUNNING;
|
hcd->state = HC_STATE_RUNNING;
|
||||||
@ -808,10 +803,6 @@ static int uhci_resume(struct usb_hcd *hcd)
|
|||||||
check_and_reset_hc(uhci);
|
check_and_reset_hc(uhci);
|
||||||
configure_hc(uhci);
|
configure_hc(uhci);
|
||||||
|
|
||||||
#ifndef CONFIG_USB_SUSPEND
|
|
||||||
/* Otherwise this would never happen */
|
|
||||||
wakeup_rh(uhci);
|
|
||||||
#endif
|
|
||||||
if (uhci->rh_state == UHCI_RH_RESET)
|
if (uhci->rh_state == UHCI_RH_RESET)
|
||||||
suspend_rh(uhci, UHCI_RH_SUSPENDED);
|
suspend_rh(uhci, UHCI_RH_SUSPENDED);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user