forked from Minki/linux
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>
This commit is contained in:
parent
35a78bb83c
commit
ad57410d23
@ -1105,7 +1105,7 @@ static int rndis_proc_show(struct seq_file *m, void *v)
|
||||
"used : %s\n"
|
||||
"state : %s\n"
|
||||
"medium : 0x%08X\n"
|
||||
"speed : %d\n"
|
||||
"speed : %u\n"
|
||||
"cable : %s\n"
|
||||
"vendor ID : 0x%08X\n"
|
||||
"vendor : %s\n",
|
||||
|
Loading…
Reference in New Issue
Block a user