EHCI: add debugging message to ehci_bus_suspend
[safe/jmp/linux-2.6] / drivers / usb / host / ehci-hub.c
index 0d83c6d..9af529d 100644 (file)
@@ -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);