commit | 5a350d53f4c4784cf6bb4d94e7b8d76ca4f96e9f | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Mon Jun 29 20:17:22 2015 -0500 |
committer | Felipe Balbi <balbi@ti.com> | Wed Jul 29 09:59:17 2015 -0500 |
tree | 11111aca309267db1a2f9b8cbe13cc2e9fe32db7 | |
parent | 5ea75095fe6d683900ccc674fcac375e7df68005 [diff] |
usb: dwc2: gadget: use | instead of + for bitmasks 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 <John.Youn@synopsys.com> Signed-off-by: Felipe Balbi <balbi@ti.com>