diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-04-13 17:13:46 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-18 14:54:25 +0300 |
commit | ff8d351d71f3261c964ce90d43ce6907e79e5fc4 (patch) | |
tree | aac98e290f327977682bed73625e4db9ed11c81e /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | baa7a586b5b4195268d53c5a69bbcd7db4ce19f2 (diff) | |
download | linux-ff8d351d71f3261c964ce90d43ce6907e79e5fc4.tar.xz |
staging: rtl8723bs: remove redundant comparisons of unsigned ints with >= 0
The comparison of mode >= 0 is redundant as mode is a u32 and this
is always true. Remove this redundant code.
Detected with CoverityScan ("Unsigned compared against 0")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions