]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
OHCI: change priority level of resume log message
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 6 Nov 2006 17:05:00 +0000 (12:05 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Dec 2006 22:23:35 +0000 (14:23 -0800)
All the other root-hub suspend or resume log messages, in ohci-hcd or
any of the other host controller drivers, use the debug priority
level.  This patch (as815) makes the one single exception behave like
all the rest.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ohci-hub.c

index dcf9eb601328067ecce901d6ec18d4594e312379..4c9492779ede1c1660cbf41fcef9e194e28f7bf8 100644 (file)
@@ -175,7 +175,7 @@ __acquires(ohci->lock)
                break;
        case OHCI_USB_RESUME:
                /* HCFS changes sometime after INTR_RD */
-               ohci_info(ohci, "%swakeup\n",
+               ohci_dbg(ohci, "%swakeup root hub\n",
                                autostopped ? "auto-" : "");
                break;
        case OHCI_USB_OPER: