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

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

Merge "ufs: scsi: fix redzone overwritten error when print utp hci testbus"

parents 324c1ad8 11282791
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2722,7 +2722,7 @@ static void ufs_qcom_print_utp_hci_testbus(struct ufs_hba *hba)
		return;

	host->testbus.select_major = TSTBUS_UTP_HCI;
	for (i = 0; i <= nminor; i++) {
	for (i = 0; i < nminor; i++) {
		host->testbus.select_minor = i;
		ufs_qcom_testbus_config(host);
		testbus[i] = ufshcd_readl(hba, UFS_TEST_BUS);