[MIPS] Fix the installation condition of MIPS clocksource

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by Yoichi Yuasa and committed by Ralf Baechle 447cdf26 82933342

+1 -1
+1 -1
arch/mips/kernel/time.c
··· 157 157 { 158 158 plat_time_init(); 159 159 160 - if (mips_clockevent_init() || !cpu_has_mfc0_count_bug()) 160 + if (!mips_clockevent_init() || !cpu_has_mfc0_count_bug()) 161 161 init_mips_clocksource(); 162 162 }