Skip to content
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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment