diff options
Diffstat (limited to 'drivers/usb/wusbcore/pal.c')
| -rw-r--r-- | drivers/usb/wusbcore/pal.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/wusbcore/pal.c b/drivers/usb/wusbcore/pal.c index 59e100c2eb5..090f27371a8 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  | 
