]> git.ipfire.org Git - thirdparty/linux.git/commit
scsi: ufs: Remove unnecessary return in void vops wrappers
authorChanwoo Lee <cw9316.lee@samsung.com>
Fri, 29 May 2026 06:15:00 +0000 (15:15 +0900)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 2 Jun 2026 01:59:51 +0000 (21:59 -0400)
commit6bfc4bfd041d7ddeab9791f0592284585e960be4
tree1b7038a395e48a4c90a9a773e5aef7c933d46f6f
parent2483ae0a56231a915c706411421c6c002a2bf83e
scsi: ufs: Remove unnecessary return in void vops wrappers

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.

Signed-off-by: Chanwoo Lee <cw9316.lee@samsung.com>
Reviewed-by: Peter Wang <peter.wang@mediatek.com>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Link: https://patch.msgid.link/20260529061503.301182-1-cw9316.lee@samsung.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/ufs/core/ufshcd-priv.h