diff options
author | 2019-11-27 14:43:58 +0900 | |
---|---|---|
committer | 2019-12-18 20:27:40 +0200 | |
commit | 37bc6c72f5b76f3c6ae00e3001d3187100fbeb1b (patch) | |
tree | 08adedc74dd14ecfcbd80bce52adf0a13f81f81e /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | rtlwifi: Remove last definitions of local bit manipulation macros (diff) | |
download | linux-dev-37bc6c72f5b76f3c6ae00e3001d3187100fbeb1b.tar.xz linux-dev-37bc6c72f5b76f3c6ae00e3001d3187100fbeb1b.zip |
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 <austindh.kim@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions