usb: gadget: rndis: use %u instead of %d to print u32 values
authorRay Hung <tw.rayhung@gmail.com>
Thu, 4 Aug 2022 11:08:36 +0000 (19:08 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Aug 2022 19:19:20 +0000 (21:19 +0200)
commitad57410d231da1fff3f53ff42ebcdc6d388e21d1
treeccb66557af112f4b7809e8f83270ecbf6e7132d8
parent35a78bb83c310dd042b0a7fb8f397ed8973b768f
usb: gadget: rndis: use %u instead of %d to print u32 values

The driver uses the %d format to print u32 values. The correct
format is %u. Fix it.

Signed-off-by: Ray Hung <tw.rayhung@gmail.com>
Link: https://lore.kernel.org/r/20220804110836.138614-1-tw.rayhung@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/function/rndis.c