aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
diff options
context:
space:
mode:
authorKhalid Masum <[email protected]>2022-08-15 18:34:25 +0000
committerAlex Deucher <[email protected]>2022-08-16 22:10:10 +0000
commit385bf5a856c196d5997ce4111a23df7e1b679c17 (patch)
tree16eb0c674826dab22faef4830c163dc4383c9d6e /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
parentdrm/amdgpu: remove useless condition in amdgpu_job_stop_all_jobs_on_sched() (diff)
downloadkernel-385bf5a856c196d5997ce4111a23df7e1b679c17.tar.gz
kernel-385bf5a856c196d5997ce4111a23df7e1b679c17.zip
drm/amdgpu/vcn: Return void from the stop_dbg_mode
There is no point in returning an int here. It only returns 0 which the caller never uses. Therefore return void and remove the unnecessary assignment. Addresses-Coverity: 1504988 ("Unused value") Fixes: 8da1170a16e4 ("drm/amdgpu: add VCN4 ip block support") Reviewed-by: Ruijing Dong <[email protected]> Suggested-by: Ruijing Dong <[email protected]> Suggested-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Khalid Masum <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
0 files changed, 0 insertions, 0 deletions