projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebc3dd6
)
usbip: usbip_host: refine probe and disconnect debug msgs to be useful
author
Shuah Khan
<
[email protected]
>
Thu, 12 Apr 2018 00:13:30 +0000
(18:13 -0600)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 15 May 2018 07:47:41 +0000
(09:47 +0200)
Refine probe and disconnect debug msgs to be useful and say what is
in progress.
Signed-off-by: Shuah Khan <
[email protected]
>
Cc: stable <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
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 dd8ef36ab10ec7d612bdb2358017f142a43906d8..7813c18629419a345c290239b8b35e806dcb5986 100644
(file)
--- a/
drivers/usb/usbip/stub_dev.c
+++ b/
drivers/usb/usbip/stub_dev.c
@@
-302,7
+302,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);
@@
-404,7
+404,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) {