projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ba89b5
)
usbip: usbip_host: refine probe and disconnect debug msgs to be useful
author
Shuah Khan
<shuahkh@osg.samsung.com>
Thu, 12 Apr 2018 00:13:30 +0000
(18:13 -0600)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 22 May 2018 14:57:55 +0000
(16:57 +0200)
commit
28b68acc4a88dcf91fd1dcf2577371dc9bf574cc
upstream.
Refine probe and disconnect debug msgs to be useful and say what is
in progress.
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/usbip/stub_dev.c
patch
|
blob
|
history
diff --git
a/drivers/usb/usbip/stub_dev.c
b/drivers/usb/usbip/stub_dev.c
index
3550224
..
70973ca
100644
(file)
--- a/
drivers/usb/usbip/stub_dev.c
+++ b/
drivers/usb/usbip/stub_dev.c
@@
-316,7
+316,7
@@
static int stub_probe(struct usb_device *udev)
struct bus_id_priv *busid_priv;
int rc;
- dev_dbg(&udev->dev, "Enter\n");
+ dev_dbg(&udev->dev, "Enter
probe
\n");
/* check we should claim or not by busid_table */
busid_priv = get_busid_priv(udev_busid);
@@
-418,7
+418,7
@@
static void stub_disconnect(struct usb_device *udev)
struct bus_id_priv *busid_priv;
int rc;
- dev_dbg(&udev->dev, "Enter\n");
+ dev_dbg(&udev->dev, "Enter
disconnect
\n");
busid_priv = get_busid_priv(udev_busid);
if (!busid_priv) {