diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2017-06-08 06:21:13 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-06-24 09:35:35 -0300 |
commit | 9b80f12e319198cef65076654ccaa4b2783a2fa1 (patch) | |
tree | b316ebf43ceaa4c420cab63e1dc4ce9a4df1e1bf /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | be78b59e4806337b447a07a5042f4ef84b047c1a (diff) |
media: coda: ctx->codec is not NULL in coda_alloc_framebuffers
This fixes a smatch warning:
drivers/media/platform/coda/coda-bit.c:415 coda_alloc_framebuffers()
error: we previously assumed 'ctx->codec' could be null (see line 396)
coda_alloc_framebuffers() is called from coda_start_encoding() and
__coda_start_decoding(). Both dereference ctx->codec before calling
coda_alloc_framebuffers() in lines 935 and 1649, so ctx->codec can not
be NULL.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Hans Verkuil <hansverk@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions