RE: [PATCH] drm/amdgpu: Fix amdgpu_userq_wait_ioctl() warn missing error code 'r'

2025-05-07 Thread Khatri, Sunil
@lists.freedesktop.org; Yadav, Arvind ; kernel test robot ; Koenig, Christian Subject: [PATCH] drm/amdgpu: Fix amdgpu_userq_wait_ioctl() warn missing error code 'r' To resolve the warning regarding the missing error code 'r' in amdgpu_userq_wait_ioctl(), assign th

[PATCH] drm/amdgpu: Fix amdgpu_userq_wait_ioctl() warn missing error code 'r'

2025-05-07 Thread Arvind Yadav
To resolve the warning regarding the missing error code 'r' in amdgpu_userq_wait_ioctl(), assign the value 'r = -EINVAL'. Reported-by: kernel test robot Reported-by: Dan Carpenter Closes: https://lore.kernel.org/r/202505080458.rnv8yfiy-...@intel.com/ Cc: Alex Deucher Cc: Christian König Cc: Su