diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2017-12-05 17:37:39 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-01-05 20:47:07 +0300 |
commit | 021741ad36b88cb2c662dd194b80b4439ab8697e (patch) | |
tree | 0c4034eeaac3b047293244204f817b1396e8cec1 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | dcd80955a0a13d6da3d4954c92801fb52cd950b4 (diff) | |
download | linux-021741ad36b88cb2c662dd194b80b4439ab8697e.tar.xz |
media: imx274: Silence uninitialized variable warning
Smatch complains that "err" can be uninitialized if we have a zero size
write. The flow analysis is a little complicated so I'm not sure if
that's possible or not, but it's harmless to set this to zero and it
makes the code easier to read.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions