commit | 1a1716260008b16887d72b417bd069ee4220c42e | [log] [tgz] |
---|---|---|
author | Geyslan G. Bem <geyslan@gmail.com> | Thu Dec 10 17:50:12 2015 -0300 |
committer | Felipe Balbi <balbi@ti.com> | Wed Dec 16 10:07:28 2015 -0600 |
tree | 02f4d46daa95629e65c96f820fcbcbeebc469b9f | |
parent | ca07099460231576cd7aceed5da47a06cee8063b [diff] |
usb: musb: gadget: remove redundant condition This patch removes redundant condition. (!A || (A && B)) is the same as (!A || B). Fixes indentation too. Tested by: compilation only Caught by: cppcheck Signed-off-by: Geyslan G. Bem <geyslan@gmail.com> Signed-off-by: Felipe Balbi <balbi@ti.com>