commit | 54a0cd5a7e107ba0cf15a4fb876595d0c8a7faab | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Sun Nov 08 17:56:18 2015 +0100 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Dec 15 09:42:14 2015 +0100 |
tree | 1543a9628df66a680f168a6cc65c3e32b29024fc | |
parent | 1f058d52b3e32b919742d451c673b3ab71c487dc [diff] |
clocksource/drivers/h8300_timer8: Fix irq return value check The value returned in case of error for the 'irq_of_parse_and_map' function is zero in case of error. Fix the check in the init code. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>