Thread (2 messages) flat view 2 messages, 2 authors, 2021-06-08

Re: [PATCH] f_ncm: ncm_bitrate (speed) is unsigned

From: Lorenzo Colitti <hidden>
Date: 2021-06-08 01:45:19
Also in: lkml

On Tue, Jun 8, 2021 at 9:53 AM Maciej Żenczykowski
[off-list ref] wrote:
quoted hunk ↗ jump to hunk
--- a/drivers/usb/gadget/function/f_ncm.c
+++ b/drivers/usb/gadget/function/f_ncm.c
@@ -583,7 +583,7 @@ static void ncm_do_notify(struct f_ncm *ncm)
                data[0] = cpu_to_le32(ncm_bitrate(cdev->gadget));
                data[1] = data[0];

-               DBG(cdev, "notify speed %d\n", ncm_bitrate(cdev->gadget));
+               DBG(cdev, "notify speed %u\n", ncm_bitrate(cdev->gadget));
                ncm->notify_state = NCM_NOTIFY_CONNECT;
                break;
        }
Acked-By: Lorenzo Colitti <redacted>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help