diff options
author | Geyslan G. Bem <geyslan@gmail.com> | 2015-12-10 23:50:12 +0300 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-12-16 19:07:28 +0300 |
commit | 1a1716260008b16887d72b417bd069ee4220c42e (patch) | |
tree | 02f4d46daa95629e65c96f820fcbcbeebc469b9f /drivers/phy | |
parent | ca07099460231576cd7aceed5da47a06cee8063b (diff) | |
download | linux-1a1716260008b16887d72b417bd069ee4220c42e.tar.xz |
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/phy')
0 files changed, 0 insertions, 0 deletions