summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip
diff options
context:
space:
mode:
authorShuah Khan2014-01-21 20:18:34 +0100
committerGreg Kroah-Hartman2014-02-07 19:53:35 +0100
commit3b92e8ae303f8df6a30690358876692d979bd6dc (patch)
tree204e55e45a60ecdb1cbb02cbba019e4064f20f2e /drivers/staging/usbip
parentstaging: comedi: drivers: return '0' for successful attach (diff)
downloadkernel-qcow2-linux-3b92e8ae303f8df6a30690358876692d979bd6dc.tar.gz
kernel-qcow2-linux-3b92e8ae303f8df6a30690358876692d979bd6dc.tar.xz
kernel-qcow2-linux-3b92e8ae303f8df6a30690358876692d979bd6dc.zip
staging/usbip: remove vhci_hcd vhci_hub_status change message
When vhci_hcd is enabled, the following message floods the dmesg buffer. This message doesn't provide any useful information other than cluttering the dmesg buffer. Fix it by removing the message. There is another debug message in this routine that dumps detailed port status change information. [ 4062.716662] vhci_hcd: changed 0 Signed-off-by: Shuah Khan <shuah.kh@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/usbip')
-rw-r--r--drivers/staging/usbip/vhci_hcd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/usbip/vhci_hcd.c b/drivers/staging/usbip/vhci_hcd.c
index 72391ef87646..adb6201479dc 100644
--- a/drivers/staging/usbip/vhci_hcd.c
+++ b/drivers/staging/usbip/vhci_hcd.c
@@ -205,8 +205,6 @@ static int vhci_hub_status(struct usb_hcd *hcd, char *buf)
}
}
- pr_info("changed %d\n", changed);
-
if ((hcd->state == HC_STATE_SUSPENDED) && (changed == 1))
usb_hcd_resume_root_hub(hcd);