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

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

Merge "mmc: sdhci-msm: Shift the read minor revision value"

parents e3b929fa b8614aa2
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -1916,7 +1916,11 @@ static long qfprom_read(struct device *dev, const char *name)
			err = PTR_ERR(buf);
		}
	} else {
		val = *buf;
		/*
		 * 30 bits from bit offset 0 would be read.
		 * We're interested in bits 28:29
		 */
		val = (*buf >> 28) & 0x3;
		kfree(buf);
	}