On 2020-08-17 22:20, Can Guo wrote: > Commit 5586dd8ea250a ("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. > > Signed-off-by: Can Guo <cang@xxxxxxxxxxxxxx> Hi Can, Please add a "Fixes:" tag. Thanks, Bart.