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

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

Merge "ANDROID: scsi: ufs: Handle clocks when lrbp fails"

parents 8e37ccbf 9e7a7ecd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3191,6 +3191,7 @@ static int ufshcd_queuecommand(struct Scsi_Host *host, struct scsi_cmnd *cmd)
	if (err) {
		lrbp->cmd = NULL;
		clear_bit_unlock(tag, &hba->lrb_in_use);
		ufshcd_release_all(hba);
		goto out;
	}
	lrbp->req_abort_skip = false;
+1 −0
Original line number Diff line number Diff line
@@ -2591,6 +2591,7 @@ static int ufshcd_queuecommand(struct Scsi_Host *host, struct scsi_cmnd *cmd)
	if (err) {
		lrbp->cmd = NULL;
		clear_bit_unlock(tag, &hba->lrb_in_use);
		ufshcd_release(hba);
		goto out;
	}
	lrbp->req_abort_skip = false;