Re: [PATCH] usb: gadget: zero: fix format string warnings

2015-01-23 Thread Amit Virdi
On 1/21/2015 2:36 PM, Asaf Vertz wrote: Fixed the following warnings (reported by cppcheck): [drivers/usb/gadget/function/f_sourcesink.c:1217]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [drivers/usb/gadget/function/f_sourcesink.c:1261]: (warnin

[PATCH] usb: gadget: zero: fix format string warnings

2015-01-21 Thread Asaf Vertz
Fixed the following warnings (reported by cppcheck): [drivers/usb/gadget/function/f_sourcesink.c:1217]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [drivers/usb/gadget/function/f_sourcesink.c:1261]: (warning) %d in format string (no. 1) requires '