diff options
author | Steven Price <steven.price@arm.com> | 2023-10-20 11:44:05 +0100 |
---|---|---|
committer | Steven Price <steven.price@arm.com> | 2023-10-30 15:00:14 +0000 |
commit | b2139fb5051554a7f297e4ad584ef1bc26c76d5d (patch) | |
tree | 36fb117068fff4554db142e49ddbdfdebeaed3cf /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 79d94360d50fcd487edcfe118a47a2881534923f (diff) |
drm/panfrost: Remove incorrect IS_ERR() check
sg_page_iter_page() doesn't return an error code, so the IS_ERR() check
is wrong and the error path will never be executed. This also allows
simplifying the code to remove the local variable 'page'.
CC: Adrián Larumbe <adrian.larumbe@collabora.com>
Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
Closes: https://lore.kernel.org/r/376713ff-9a4f-4ea3-b097-fb5efb685d95@moroto.mountain
Signed-off-by: Steven Price <steven.price@arm.com>
Reviewed-by: Adrián Larumbe <adrian.larumbe@collabora.com>
Tested-by: Adrián Larumbe <adrian.larumbe@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231020104405.53992-1-steven.price@arm.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions