diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2006-11-06 12:05:00 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-12-01 17:23:35 -0500 |
commit | 1b7be3c066ae9238996a7a861b39b0bfd5860735 (patch) | |
tree | ebe0525da558510d4100ed98729dd2ed707e68bb /drivers/usb | |
parent | 68df9de1d0e95034355283dc12056f93de8e0a79 (diff) |
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>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/host/ohci-hub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-hub.c b/drivers/usb/host/ohci-hub.c index dcf9eb601328..4c9492779ede 100644 --- a/drivers/usb/host/ohci-hub.c +++ b/drivers/usb/host/ohci-hub.c | |||
@@ -175,7 +175,7 @@ __acquires(ohci->lock) | |||
175 | break; | 175 | break; |
176 | case OHCI_USB_RESUME: | 176 | case OHCI_USB_RESUME: |
177 | /* HCFS changes sometime after INTR_RD */ | 177 | /* HCFS changes sometime after INTR_RD */ |
178 | ohci_info(ohci, "%swakeup\n", | 178 | ohci_dbg(ohci, "%swakeup root hub\n", |
179 | autostopped ? "auto-" : ""); | 179 | autostopped ? "auto-" : ""); |
180 | break; | 180 | break; |
181 | case OHCI_USB_OPER: | 181 | case OHCI_USB_OPER: |