-
由 Khalid Masum 提交于
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: 8da1170a ("drm/amdgpu: add VCN4 ip block support") Reviewed-by: NRuijing Dong <ruijing.dong@amd.com> Suggested-by: NRuijing Dong <ruijing.dong@amd.com> Suggested-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: NKhalid Masum <khalid.masum.92@gmail.com> Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
385bf5a8