diff options
author | 2019-06-03 15:21:02 +0100 | |
---|---|---|
committer | 2019-06-07 15:01:19 +0200 | |
commit | 382d8dfe8b1b4eb3b3f9f830ef52b58780290d32 (patch) | |
tree | 5a5a052cb9dd2c621dd9e35f52bb4ca2e839f44d /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | drm/bridge: sii902x: re-order conditions to prevent out of bounds read (diff) | |
download | linux-rng-382d8dfe8b1b4eb3b3f9f830ef52b58780290d32.tar.xz linux-rng-382d8dfe8b1b4eb3b3f9f830ef52b58780290d32.zip |
drm/bridge: sii902x: fix comparision of u32 with less than zero
The less than check for the variable num_lanes is always going to be
false because the variable is a u32. Fix this by making num_lanes an
int and also make loop index i an int too.
Addresses-Coverity: ("Unsigned compared against 0")
Fixes: ff5781634c41 ("drm/bridge: sii902x: Implement HDMI audio support")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Jyri Sarha <jsarha@ti.com>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190603142102.27191-1-colin.king@canonical.com
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions