aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>2014-06-07 07:26:37 -0400
committerDavid S. Miller <davem@davemloft.net>2014-06-11 03:13:16 -0400
commitf05d435bde588ac26ba75f7f6893b2a63ae71381 (patch)
treefa4cf2b2306cdc957408e6a8eeedbfc3b3559109 /tools/perf/scripts/python/export-to-postgresql.py
parent655aa393063b0cca03d1c4d1d2971b9b9770525b (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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions