Merge tag 'qcom-dt-for-3.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/galak...
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-vt8500 / vt8500.c
index 2da7be31e7e2668c12b15b8763d576ba0a1bf6c5..3bc0dc9a4d69af3a1b736c444514030d00e80ccb 100644 (file)
@@ -69,7 +69,7 @@ static void vt8500_power_off(void)
 {
        local_irq_disable();
        writew(5, pmc_base + VT8500_HCR_REG);
-       asm("mcr%? p15, 0, %0, c7, c0, 4" : : "r" (0));
+       asm("mcr p15, 0, %0, c7, c0, 4" : : "r" (0));
 }
 
 static void __init vt8500_init(void)