We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d9e03 commit 3370139Copy full SHA for 3370139
drivers/usb/gadget/function/f_ncm.c
@@ -583,7 +583,7 @@ static void ncm_do_notify(struct f_ncm *ncm)
583
data[0] = cpu_to_le32(ncm_bitrate(cdev->gadget));
584
data[1] = data[0];
585
586
- DBG(cdev, "notify speed %d\n", ncm_bitrate(cdev->gadget));
+ DBG(cdev, "notify speed %u\n", ncm_bitrate(cdev->gadget));
587
ncm->notify_state = NCM_NOTIFY_CONNECT;
588
break;
589
}
0 commit comments