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

Commit 6f791bef authored by Anton Blanchard's avatar Anton Blanchard Committed by Michael Ellerman
Browse files

powerpc: Remove double braces in alignment code.



Looks like I introduced this when adding LE support.

Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent a3e5b356
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -908,7 +908,7 @@ int fix_alignment(struct pt_regs *regs)
		flush_fp_to_thread(current);
	}

	if ((nb == 16)) {
	if (nb == 16) {
		if (flags & F) {
			/* Special case for 16-byte FP loads and stores */
			PPC_WARN_ALIGNMENT(fp_pair, regs);