On Tue, 2020-08-18 at 18:02 -0700, Can Guo wrote: > Commit 5586dd8ea250 ("scsi: ufs: Fix a race condition between error > handler > and runtime PM ops") moves the ufshcd_scsi_block_requests() inside > err_handler(), but forgets to remove the > ufshcd_scsi_unblock_requests() in > the early return path. Correct the coding mistake. > > Fixes: 5586dd8ea250 ("scsi: ufs: Fix a race condition between error > handler and runtime PM ops") > Signed-off-by: Can Guo <cang@xxxxxxxxxxxxxx> > Reviewed-by: Asutosh Das <asutoshd@xxxxxxxxxxxxxx> > Reviewed-by: Hongwu Su<hongwus@xxxxxxxxxxxxxx> Reviewed-by: Bean Huo <beanhuo@xxxxxxxxxx>