Home
last modified time | relevance | path

Searched hist:"1 a33bd2be705cbb3f57d7223b60baea441039307" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/clocksource/
H A Ddw_apb_timer_of.cdiff 1a33bd2be705cbb3f57d7223b60baea441039307 Wed May 29 10:11:17 CEST 2013 Baruch Siach <baruch@tkos.co.il> clocksource: dw_apb: Fix error check

irq_of_parse_and_map() returns 0 on error, while the code checks for NO_IRQ.
This breaks on platforms that have NO_IRQ != 0.

Cc: <stable@vger.kernel.org>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>