usb: gadget: rndis: use %z format specifier for size_t
authorAmit Pundir <amit.pundir@linaro.org>
Tue, 29 Dec 2015 21:35:44 +0000 (03:05 +0530)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:52:16 +0000 (13:52 -0800)
commit561085a191a24e070c9eea369be47fcc97688e08
tree84c2bc2a68b3272cb68b28c2eb96c5cfed95313f
parent33975a41d921c21161b7d5075e84cd16e59ad153
usb: gadget: rndis: use %z format specifier for size_t

Use '%z' format specifier for sizeof operator instead
of '%u' to fix build warnings like:

    warning: format '%u' expects type 'unsigned int', but argument 3 has type 'long unsigned int'

Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
drivers/usb/gadget/function/rndis.c