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

Commit ccfd42ec authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "scsi: ufs-msm: don't enable interrupt aggregation"

parents 51cf2ca0 430841a3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1672,6 +1672,7 @@ static void msm_ufs_advertise_quirks(struct ufs_hba *hba)
	else if ((major == 0x1) && (minor == 0x001) && (step == 0x0001))
		hba->quirks |= (UFSHCD_QUIRK_BROKEN_HIBERN8
			      | UFSHCD_QUIRK_DELAY_BEFORE_DME_CMDS
			      | UFSHCD_QUIRK_BROKEN_INTR_AGGR
			      | UFSHCD_QUIRK_BROKEN_SUSPEND);
}