diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-28 09:42:10 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-28 09:42:10 -0700 |
commit | c624fa5e0ec09c99bff0ab7759fea55bb00d36c6 (patch) | |
tree | fc57f62f6d4ae316f67e4e81c1153423c24d4d2e | |
parent | 7ca22cfa0f04917c6dc22b9587f6a6448a7b67d3 (diff) | |
download | op-kernel-dev-c624fa5e0ec09c99bff0ab7759fea55bb00d36c6.zip op-kernel-dev-c624fa5e0ec09c99bff0ab7759fea55bb00d36c6.tar.gz |
USB: usbip: remove CONFIG_USB_DEBUG reference
As the config option is gone, it's a bit hard to enable it so remove the
reference to it.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/usbip/userspace/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/usbip/userspace/README b/drivers/staging/usbip/userspace/README index f528ba4..831f49f 100644 --- a/drivers/staging/usbip/userspace/README +++ b/drivers/staging/usbip/userspace/README @@ -195,7 +195,6 @@ Detach the imported device: - Shutdown firewall. - usbip now uses TCP port 3240. - Disable SELinux. - - If possible, compile your kernel with CONFIG_USB_DEBUG flag and try again. - Check the kernel and daemon messages. |