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

Commit c838abc5 authored by Wu Zhangjin's avatar Wu Zhangjin Committed by Ralf Baechle
Browse files

MIPS: Oprofile: Loongson: Remove useless parentheses



Signed-off-by: default avatarWu Zhangjin <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/1201/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 86e5a520
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ static void loongson2_reg_setup(struct op_counter_config *cfg)

	if (cfg[1].enabled) {
		ctrl |= LOONGSON2_PERFCTRL_EVENT(1, cfg[1].event);
		reg.reset_counter2 = (0x80000000ULL - cfg[1].count);
		reg.reset_counter2 = 0x80000000ULL - cfg[1].count;
	}

	if (cfg[0].enabled || cfg[1].enabled) {