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

Commit 2ebdf70f authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "scsi: ufs: Crash the system on unrecoverable state"

parents b7798931 38bbf1a7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7895,7 +7895,8 @@ static int ufshcd_reset_and_restore(struct ufs_hba *hba)
	 * to recover after multiple retries.
	 */
	if (err && ufshcd_is_embedded_dev(hba))
		WARN_ON(1);
		BUG();

	/*
	 * After reset the door-bell might be cleared, complete
	 * outstanding requests in s/w here.