diff options
author | Peter Senna Tschudin <peter.senna@gmail.com> | 2015-10-12 17:22:33 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-17 02:46:22 -0400 |
commit | 5ec9b891a2da7a014245feedc00dc66f0da7a271 (patch) | |
tree | f053df0ed26a62d8dc1bd6415b259d20c64298c1 | |
parent | 259127ba78d0f25c82a13e594f322b5016f40b62 (diff) |
usb/host/fotg210: remove KERN_WARNING from pr_warn
This patch remove KERN_WARNING from a call to pr_warn().
Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/usb/host/fotg210-hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/fotg210-hcd.c b/drivers/usb/host/fotg210-hcd.c index 714fe845dd1b..2a5fbc439f31 100644 --- a/drivers/usb/host/fotg210-hcd.c +++ b/drivers/usb/host/fotg210-hcd.c | |||
@@ -5696,7 +5696,7 @@ static int __init fotg210_hcd_init(void) | |||
5696 | set_bit(USB_EHCI_LOADED, &usb_hcds_loaded); | 5696 | set_bit(USB_EHCI_LOADED, &usb_hcds_loaded); |
5697 | if (test_bit(USB_UHCI_LOADED, &usb_hcds_loaded) || | 5697 | if (test_bit(USB_UHCI_LOADED, &usb_hcds_loaded) || |
5698 | test_bit(USB_OHCI_LOADED, &usb_hcds_loaded)) | 5698 | test_bit(USB_OHCI_LOADED, &usb_hcds_loaded)) |
5699 | pr_warn(KERN_WARNING "Warning! fotg210_hcd should always be loaded before uhci_hcd and ohci_hcd, not after\n"); | 5699 | pr_warn("Warning! fotg210_hcd should always be loaded before uhci_hcd and ohci_hcd, not after\n"); |
5700 | 5700 | ||
5701 | pr_debug("%s: block sizes: qh %Zd qtd %Zd itd %Zd\n", | 5701 | pr_debug("%s: block sizes: qh %Zd qtd %Zd itd %Zd\n", |
5702 | hcd_name, sizeof(struct fotg210_qh), | 5702 | hcd_name, sizeof(struct fotg210_qh), |