diff options
| author | Tobin C. Harding <[email protected]> | 2017-03-21 13:37:11 +1100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2017-03-21 08:56:07 +0100 |
| commit | 1e765f318824b2f182dedb5e74e05b9f132e07ca (patch) | |
| tree | b33b4a08c6948c404ed7cadcc5e7593b607ad83f /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | c133b9bd8ff18323f57859c5add3be9e872224c3 (diff) | |
staging: ks7010: remove zero comparison
Comparison, equal to zero, is redundant
'if (foo == 0)' is equal to 'if (!foo)'
Typical kernel coding style is to use the shorter form.
Remove unnecessary zero comparison.
Signed-off-by: Tobin C. Harding <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions