diff options
author | Lucas De Marchi <[email protected]> | 2023-12-14 13:39:52 -0800 |
---|---|---|
committer | Rodrigo Vivi <[email protected]> | 2023-12-21 11:46:17 -0500 |
commit | 40fb5ed290d49b568d8547ecfdc5bd83f217dfe1 (patch) | |
tree | 110d17c1b8534ebb4cffef06020788dc5d73e871 /tools/perf/scripts/python/libxed.py | |
parent | 1374df38e9267bf4588fbc665b3a20afb479f5ac (diff) |
drm/xe: Return error if drm_buddy_init() fails
Fix warning:
../drivers/gpu/drm/xe/xe_ttm_vram_mgr.c: In function ‘__xe_ttm_vram_mgr_init’:
../drivers/gpu/drm/xe/xe_ttm_vram_mgr.c:340:13: error: variable ‘err’ set but not used [-Werror=unused-but-set-variable]
340 | int err;
| ^~~
Check for the error return and return it, like done by other drivers.
Reviewed-by: Matt Roper <[email protected]>
Signed-off-by: Lucas De Marchi <[email protected]>
Signed-off-by: Rodrigo Vivi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions