瀏覽代碼

OHCI: change priority level of resume log message

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>
Alan Stern 18 年之前
父節點
當前提交
1b7be3c066
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/usb/host/ohci-hub.c

+ 1 - 1
drivers/usb/host/ohci-hub.c

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