Re: [PATCH] usb: gadget: zero: Fix warning generated by kbuild

2014-09-08 Thread Amit Virdi
On 9/8/2014 7:18 PM, Felipe Balbi wrote: Hi, On Mon, Sep 08, 2014 at 04:05:33PM +0530, Amit Virdi wrote: The kbuild test bot generated the warning: drivers/usb/gadget/function/f_sourcesink.c:1498: warning: comparison is always false due to limited range of data type This patch

Re: [PATCH] usb: gadget: zero: Fix warning generated by kbuild

2014-09-08 Thread Felipe Balbi
Hi, On Mon, Sep 08, 2014 at 04:05:33PM +0530, Amit Virdi wrote: > The kbuild test bot generated the warning: > drivers/usb/gadget/function/f_sourcesink.c:1498: warning: comparison is > always false due to limited range of data type > > This patch fixes it. > > Reported-by: kbuild tes