aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2018-02-23 15:00:08 +0000
committerGreg Kroah-Hartman <[email protected]>2018-03-01 17:32:36 +0100
commita3d2ae043f6453aff68b617aabfc6710b1fa675d (patch)
tree452a0397aaa99b6b14a78f06af0c95e8b5db72eb /tools/perf/scripts/python/export-to-postgresql.py
parent5a12129d8e321fe9f84bae6f96afd0e2c7a2a86b (diff)
staging: rtl8723bs: fix u8 less than zero check
The error variable ret is currently a u8 and so two comparisons to see if an error return is less than zero will always be false because ret is unsigned. Fix this by making ret an int. Fixes: 554c0a3abf21 ("staging: Add rtl8723bs sdio wifi driver") Signed-off-by: Colin Ian King <[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