summaryrefslogtreecommitdiff
path: root/drivers/usb/wusbcore/pal.c
diff options
context:
space:
mode:
authorThomas Pugliese <thomas.pugliese@gmail.com>2013-12-20 17:45:02 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-12-20 20:06:46 (GMT)
commitb4a9dfb02d932acd8a55ee96575e90f999a482de (patch)
tree7924369a5cb568dc9d36cb98edc9304f3d8a1993 /drivers/usb/wusbcore/pal.c
parent8dd5cd5395b90070d98149d0a94e5981a74cd2ec (diff)
downloadlinux-b4a9dfb02d932acd8a55ee96575e90f999a482de.tar.xz
usb: wusbcore: add debug prints to reservation and channel change
This patch adds debug prints to the reservation and channel change sequence to help with debugging channel change problems. Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/wusbcore/pal.c')
-rw-r--r--drivers/usb/wusbcore/pal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/wusbcore/pal.c b/drivers/usb/wusbcore/pal.c
index 59e100c..090f273 100644
--- a/drivers/usb/wusbcore/pal.c
+++ b/drivers/usb/wusbcore/pal.c
@@ -22,6 +22,7 @@ static void wusbhc_channel_changed(struct uwb_pal *pal, int channel)
{
struct wusbhc *wusbhc = container_of(pal, struct wusbhc, pal);
+ dev_dbg(wusbhc->dev, "%s: channel = %d\n", __func__, channel);
if (channel < 0)
wusbhc_stop(wusbhc);
else