mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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:
committed by
Bart Van Assche
parent
1da235a555
commit
e2919fba76
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user