Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9110cbdb authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "scsi: ufs: Enable irq in err_handler"

parents c1b031f8 a933b986
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8114,6 +8114,8 @@ static int ufshcd_reset_and_restore(struct ufs_hba *hba)
	unsigned long flags;
	int retries = MAX_HOST_RESET_RETRIES;

	ufshcd_enable_irq(hba);

	do {
		err = ufshcd_detect_device(hba);
	} while (err && --retries);