diff options
| author | Donald Robson <[email protected]> | 2023-12-13 14:44:30 +0000 | 
|---|---|---|
| committer | Maxime Ripard <[email protected]> | 2023-12-15 14:04:16 +0100 | 
| commit | f175498378bdae2ebcf61170a2a866cb96e8a69a (patch) | |
| tree | 8de3ceeabc6eea71f53188f82b2491c49d9ff396 /tools/perf/scripts/python/stat-cpi.py | |
| parent | f1f55ed3ffe4212f5c96106bf6396c461a2bf223 (diff) | |
drm/imagination: Fix ERR_PTR test on pointer to pointer.
drivers/gpu/drm/imagination/pvr_vm.c:631 pvr_vm_create_context()
  error: 'vm_ctx->mmu_ctx' dereferencing possible ERR_PTR()
612         vm_ctx->mmu_ctx = pvr_mmu_context_create(pvr_dev);
613         err = PTR_ERR_OR_ZERO(&vm_ctx->mmu_ctx);
                                      ^
The address is never an error pointer so this will always return 0.
Remove the ampersand.
Reported-by: Dan Carpenter <[email protected]>
Signed-off-by: Donald Robson <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/stat-cpi.py')
0 files changed, 0 insertions, 0 deletions