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

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

Merge "msm: ipa2: Add change to fix ipa padding"

parents a800998a 315ac660
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -350,7 +350,7 @@ u8 *ipa_pad_to_32(u8 *dest)
		return dest;
	}

	i = (long)dest & 0x7;
	i = (long)dest & 0x3;

	if (i)
		for (j = 0; j < (4 - i); j++)