diff options
author | Geyslan G. Bem <geyslan@gmail.com> | 2015-12-10 17:50:12 -0300 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-12-16 10:07:28 -0600 |
commit | 1a1716260008b16887d72b417bd069ee4220c42e (patch) | |
tree | 02f4d46daa95629e65c96f820fcbcbeebc469b9f /drivers/usb/phy | |
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>
Diffstat (limited to 'drivers/usb/phy')
0 files changed, 0 insertions, 0 deletions