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

Commit 432d9ecb authored by Isamu Mogi's avatar Isamu Mogi Committed by Ralf Baechle
Browse files

MIPS: R3000: Remove redundant parentheses



Signed-off-by: default avatarIsamu Mogi <isamu@leafytree.jp>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/8292/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 80e8bd26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ static void dump_tlb(int first, int last)

			printk("va=%08lx asid=%08lx"
			       "  [pa=%06lx n=%d d=%d v=%d g=%d]",
			       (entryhi & PAGE_MASK),
			       entryhi & PAGE_MASK,
			       entryhi & ASID_MASK,
			       entrylo0 & PAGE_MASK,
			       (entrylo0 & (1 << 11)) ? 1 : 0,