mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +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: 234653003
(cherry picked from commit f44abcfc3f)
Change-Id: I277338274530744dcb9c99f899d7959ca91b07be
Signed-off-by: Bart Van Assche <bvanassche@google.com>
This commit is contained in:
committed by
Bart Van Assche
parent
a23b44eb9a
commit
ff51eccf7c
@@ -5886,7 +5886,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