Commit ad57410d authored by Ray Hung's avatar Ray Hung Committed by Greg Kroah-Hartman
Browse files

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: default avatarRay Hung <tw.rayhung@gmail.com>
Link: https://lore.kernel.org/r/20220804110836.138614-1-tw.rayhung@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 35a78bb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",