Re: [PATCH] usb: dwc2: gadget: use | instead of + for bitmasks

2015-06-29 Thread Felipe Balbi
Hi, On Mon, Jun 29, 2015 at 08:18:48PM -0500, Felipe Balbi wrote: > It's just a lot clearer to use | operator instead of > + operator. > > Caught by coccicheck: > > " > drivers/usb/dwc2/gadget.c:2883:26-27: WARNING: sum of probable > bitmasks, consider | > " > > Cc: John

[PATCH] usb: dwc2: gadget: use | instead of + for bitmasks

2015-06-29 Thread Felipe Balbi
It's just a lot clearer to use | operator instead of + operator. Caught by coccicheck: " drivers/usb/dwc2/gadget.c:2883:26-27: WARNING: sum of probable bitmasks, consider | " Cc: John Youn Signed-off-by: Felipe Balbi --- drivers/usb/dwc2/gadget.c | 2 +- 1 file