diff options
author | Austin Kim <[email protected]> | 2019-11-27 14:43:58 +0900 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2019-12-18 20:27:40 +0200 |
commit | 37bc6c72f5b76f3c6ae00e3001d3187100fbeb1b (patch) | |
tree | 08adedc74dd14ecfcbd80bce52adf0a13f81f81e /tools/perf/scripts/python/syscall-counts.py | |
parent | bb7e6d85536b4f1bfbc15e21dab829bf1377c8f8 (diff) |
brcmsmac: Remove always false 'channel < 0' statement
As 'channel' is declared as u16, the following expression is always false.
channel < 0
So we can remove unnecessary 'always false' statement.
Signed-off-by: Austin Kim <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions