mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 10:12:16 +09:00
usbip: usbip_host: refine probe and disconnect debug msgs to be useful
commit 28b68acc4a 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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d88700f794
commit
a3d5f6ecba
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user