summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-01-15 13:11:26 +0300
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-01-27 18:17:29 +0300
commitc5b14df7a80acadbbd184808dc3f519fbb2ab96c (patch)
treeafe6ce70a7798c28d1d23330b567dfae9c6a1329 /tools/perf/scripts/python/syscall-counts.py
parentb08797d1b2ec25165768c841a2ac484fecd72be1 (diff)
downloadlinux-c5b14df7a80acadbbd184808dc3f519fbb2ab96c.tar.xz
media: venus: Fix uninitialized variable count being checked for zero
In the case where plat->codecs is NULL the variable count is uninitialized but is being checked to see if it is 0. Fix this by initializing count to 0. Addresses-Coverity: ("Uninitialized scalar variable") Fixes: e29929266be1 ("media: venus: Get codecs and capabilities from hfi platform") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions