From: Alan Stern Date: Thu, 1 Feb 2007 21:09:59 +0000 (-0500) Subject: EHCI: add debugging message to ehci_bus_suspend X-Git-Tag: v2.6.21-rc1~82^2~28 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=8c774fe8a0284aff9e4c7ea43f5154fd46da325c;p=safe%2Fjmp%2Flinux-2.6 EHCI: add debugging message to ehci_bus_suspend This patch (as848) adds a useful little debugging message to let us know when ehci-hcd's bus_suspend method runs. The other HCDs have similar messages; now ehci-hcd doesn't need to feel left out. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/ehci-hub.c b/drivers/usb/host/ehci-hub.c index 0d83c6d..9af529d 100644 --- a/drivers/usb/host/ehci-hub.c +++ b/drivers/usb/host/ehci-hub.c @@ -36,6 +36,8 @@ static int ehci_bus_suspend (struct usb_hcd *hcd) int port; int mask; + ehci_dbg(ehci, "suspend root hub\n"); + if (time_before (jiffies, ehci->next_statechange)) msleep(5);