Loading drivers/scsi/ufs/ufshcd.c +3 −0 Original line number Diff line number Diff line Loading @@ -8959,6 +8959,9 @@ static void ufshcd_remove_device(struct ufs_hba *hba) scsi_remove_device(sdev_cache[i]); spin_lock_irqsave(hba->host->host_lock, flags); /* Complete the flying async UIC command if there is one */ if (hba->uic_async_done) complete(hba->uic_async_done); hba->silence_err_logs = false; spin_unlock_irqrestore(hba->host->host_lock, flags); Loading Loading
drivers/scsi/ufs/ufshcd.c +3 −0 Original line number Diff line number Diff line Loading @@ -8959,6 +8959,9 @@ static void ufshcd_remove_device(struct ufs_hba *hba) scsi_remove_device(sdev_cache[i]); spin_lock_irqsave(hba->host->host_lock, flags); /* Complete the flying async UIC command if there is one */ if (hba->uic_async_done) complete(hba->uic_async_done); hba->silence_err_logs = false; spin_unlock_irqrestore(hba->host->host_lock, flags); Loading