UPSTREAM: scsi: ufs: core: Remove return statement in void function

Return statement is not useful at the end of "void" function.

Link: https://lore.kernel.org/r/20210929200640.828611-4-huobean@gmail.com
Signed-off-by: Bean Huo <beanhuo@micron.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Bug: 204438323
(cherry picked from commit f44abcfc3f)
Signed-off-by: Bart Van Assche <bvanassche@google.com>
Change-Id: I33a7a6dfbecb50baf017185b30e97089bb266e71
This commit is contained in:
Bean Huo
2021-09-29 22:06:40 +02:00
committed by Bart Van Assche
parent 1da235a555
commit e2919fba76

View File

@@ -5855,7 +5855,6 @@ static void ufshcd_exception_event_handler(struct work_struct *work)
ufs_debugfs_exception_event(hba, status);
out:
ufshcd_scsi_unblock_requests(hba);
return;
}
/* Complete requests that have door-bell cleared */