Re: [PATCH] scsi: ufs: Remove unnecessary return in void vops wrappers

From: Bart Van Assche

Date: Fri May 29 2026 - 14:06:34 EST


On 5/28/26 11:15 PM, Chanwoo Lee wrote:
ufshcd_vops_exit(), ufshcd_vops_setup_task_mgmt(), and
ufshcd_vops_hibern8_notify() use 'return hba->vops->xxx()'
while other void vops wrappers call without return.
Remove the unnecessary return keywords for consistency.
Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>