diff --git a/drivers/usb/class/cdc-wdm.c b/drivers/usb/class/cdc-wdm.c index 6830be4419e2..a6e761638078 100644 --- a/drivers/usb/class/cdc-wdm.c +++ b/drivers/usb/class/cdc-wdm.c @@ -273,7 +273,7 @@ static void wdm_int_callback(struct urb *urb) } if (urb->actual_length < sizeof(struct usb_cdc_notification)) { - dev_err(&desc->intf->dev, "wdm_int_callback - %d bytes\n", + dev_dbg(&desc->intf->dev, "wdm_int_callback - %d bytes\n", urb->actual_length); goto exit; }