commit | f05d435bde588ac26ba75f7f6893b2a63ae71381 | [log] [tgz] |
---|---|---|
author | Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> | Sat Jun 07 13:26:37 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 11 00:13:16 2014 -0700 |
tree | fa4cf2b2306cdc957408e6a8eeedbfc3b3559109 | |
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>