From: Al Cooper Date: Wed, 20 Aug 2014 13:41:57 +0000 (+0300) Subject: usb: xhci_suspend is not stopping the root hub timer for the shared HCD X-Git-Tag: fixes-for-v3.18-merge-window~16^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14e61a1bd986ac35be92c2dfb631a03a7c03abf4;p=pandora-kernel.git usb: xhci_suspend is not stopping the root hub timer for the shared HCD V2 - Restart polling (which will restart the timer) for the shared HCD in xhci_resume(). xhci_suspend() will stop the primary HCD's root hub timer, but leaves the shared HCD's timer running. This change adds stopping of the shared HCD timer. Signed-off-by: Al Cooper Signed-off-by: Mathias Nyman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed