diff options
author | Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> | 2014-06-07 13:26:37 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-06-11 00:13:16 -0700 |
commit | f05d435bde588ac26ba75f7f6893b2a63ae71381 (patch) | |
tree | fa4cf2b2306cdc957408e6a8eeedbfc3b3559109 /mm/process_vm_access.c | |
parent | 655aa393063b0cca03d1c4d1d2971b9b9770525b (diff) |
net: wimax: i2400m: control.c: Cleaning up conjunction always evaluates to false
Logical conjunction always evaluates to false: minor < 2 && minor > 1
I guess what you wanted is rather: minor > 2 || minor < 1
This was partly found using a static code analysis program called cppcheck.
Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'mm/process_vm_access.c')
0 files changed, 0 insertions, 0 deletions