drivers/input/evdev.c: don't kfree() a vmalloc address
[firefly-linux-kernel-4.4.55.git] / drivers / clocksource / qcom-timer.c
index 8d115db1e6510044dfe10fc0e87e949f517fca43..098c542e5c537dca3f159771960b453d61b578a8 100644 (file)
@@ -219,7 +219,7 @@ static void __init msm_timer_init(u32 dgt_hz, int sched_bits, int irq,
                }
 
                /* Immediately configure the timer on the boot CPU */
-               msm_local_timer_setup(__this_cpu_ptr(msm_evt));
+               msm_local_timer_setup(raw_cpu_ptr(msm_evt));
        }
 
 err: