diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-03-16 21:54:18 +0300 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2017-03-18 02:44:14 +0300 |
commit | 7b34734816d5170f40329598390de22d0166e4e9 (patch) | |
tree | c5f6bb431a424aca2896dcf915f93cacc9d42ac2 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | cc2e6da1b5a8986dc2831d5b63f4d0a15704e4f1 (diff) | |
download | linux-7b34734816d5170f40329598390de22d0166e4e9.tar.xz |
drm: vc4: remove redundant check of plane being non-null
The pointer plane is always null on the error path at label 'fail'
hence the check if it is non-null is redundant. We can therefore
remove the check and the destruction of plane as well as the fail
error path and instead just return an -ENOMEM ERR_PTR.
Detected by CoverityScan, CID#1339532 ("Logically Dead Code")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Link: http://patchwork.freedesktop.org/patch/msgid/20170316185418.32765-1-colin.king@canonical.com
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions