Re: [PATCH 1/7] clocksource: mediatek: Don't run event_handler if it is NULL

2015-05-04 Thread Yingjoe Chen
On Mon, 2015-05-04 at 10:44 +0200, Daniel Lezcano wrote: > On 05/04/2015 10:34 AM, Matthias Brugger wrote: > > 2015-05-04 10:14 GMT+02:00 Daniel Lezcano : > >> On 05/01/2015 09:43 AM, Yingjoe Chen wrote: > >>> > >>> Spurious timer interrupt is noticed in mtk timer and cause kernel > >>> crash. In m

Re: [PATCH 1/7] clocksource: mediatek: Don't run event_handler if it is NULL

2015-05-04 Thread Daniel Lezcano
On 05/04/2015 10:34 AM, Matthias Brugger wrote: 2015-05-04 10:14 GMT+02:00 Daniel Lezcano : On 05/01/2015 09:43 AM, Yingjoe Chen wrote: Spurious timer interrupt is noticed in mtk timer and cause kernel crash. In mtk_timer_interrupt(), only run event_handler if it is not NULL. Signed-off-by: Y

Re: [PATCH 1/7] clocksource: mediatek: Don't run event_handler if it is NULL

2015-05-04 Thread Matthias Brugger
2015-05-04 10:14 GMT+02:00 Daniel Lezcano : > On 05/01/2015 09:43 AM, Yingjoe Chen wrote: >> >> Spurious timer interrupt is noticed in mtk timer and cause kernel >> crash. In mtk_timer_interrupt(), only run event_handler if it is >> not NULL. >> >> Signed-off-by: Yingjoe Chen >> --- >> drivers/c

Re: [PATCH 1/7] clocksource: mediatek: Don't run event_handler if it is NULL

2015-05-04 Thread Daniel Lezcano
On 05/01/2015 09:43 AM, Yingjoe Chen wrote: Spurious timer interrupt is noticed in mtk timer and cause kernel crash. In mtk_timer_interrupt(), only run event_handler if it is not NULL. Signed-off-by: Yingjoe Chen --- drivers/clocksource/mtk_timer.c | 3 ++- 1 file changed, 2 insertions(+), 1

[PATCH 1/7] clocksource: mediatek: Don't run event_handler if it is NULL

2015-05-01 Thread Yingjoe Chen
Spurious timer interrupt is noticed in mtk timer and cause kernel crash. In mtk_timer_interrupt(), only run event_handler if it is not NULL. Signed-off-by: Yingjoe Chen --- drivers/clocksource/mtk_timer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/clocksource/m