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>
This commit is contained in:
Bean Huo 2021-09-29 22:06:40 +02:00 committed by Martin K. Petersen
parent 68444d73d6
commit f44abcfc3f
1 changed files with 0 additions and 1 deletions

View File

@ -5845,7 +5845,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 */