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

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

Merge "mmc: sdhci-msm: Initialize variable to resolve uninitialized access"

parents ec691389 04a899b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1304,7 +1304,7 @@ static ssize_t store_mask_and_match(struct device *dev,
	unsigned long value;
	char *token;
	int i = 0;
	u32 mask, match, bit_shift, testbus;
	u32 mask = 0, match = 0, bit_shift = 0, testbus = 0;

	char *temp = (char *)buf;