Daniel Lezcano
bdf7344e14
clocksource/drivers/keystone: Fix bad NO_IRQ usage
...
The current code assumes the 'irq_of_parse_and_map' will return NO_IRQ in case
of failure. Unfortunately, the NO_IRQ is not consistent across the different
architectures and we must not rely on it.
NO_IRQ is equal to '-1' on ARM and 'irq_of_parse_and_map' returns '0' in case
of an error. Hence, the latter won't be detected and will lead to a crash.
Fix this by just checking 'irq' is different from zero.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2015-09-29 14:33:51 +02:00
..
2013-08-27 10:49:38 +02:00
2015-08-06 12:16:41 +02:00
2015-08-06 12:16:41 +02:00
2015-06-02 12:10:14 +02:00
2015-08-10 11:40:25 +02:00
2015-08-06 12:16:41 +02:00
2015-08-06 12:16:42 +02:00
2015-09-01 14:04:50 -07:00
2015-07-23 17:07:26 +01:00
2013-07-30 11:24:52 -07:00
2014-05-20 14:25:24 -05:00
2015-08-10 11:40:27 +02:00
2015-08-06 12:16:42 +02:00
2015-08-10 11:40:28 +02:00
2015-03-31 09:15:57 +02:00
2015-08-10 11:40:53 +02:00
2015-08-06 12:16:42 +02:00
2015-08-10 11:40:53 +02:00
2015-08-10 11:40:29 +02:00
2015-08-10 11:40:58 +02:00
2015-06-23 13:35:55 +09:00
2015-06-23 13:35:55 +09:00
2015-08-10 11:40:30 +02:00
2015-09-04 11:35:03 -07:00
2015-09-04 11:35:03 -07:00
2015-08-10 11:40:30 +02:00
2015-08-10 11:40:31 +02:00
2015-09-03 16:55:55 -07:00
2014-05-23 09:19:40 +02:00
2015-08-10 11:40:32 +02:00
2015-08-10 11:40:33 +02:00
2015-08-10 11:40:34 +02:00
2015-08-10 11:40:34 +02:00
2015-08-10 11:40:35 +02:00
2015-08-10 11:40:36 +02:00
2015-09-29 14:33:34 +02:00
2015-08-10 11:40:37 +02:00
2012-02-22 13:25:16 +01:00
2015-09-01 14:04:50 -07:00
2015-08-10 11:40:38 +02:00
2015-08-10 11:40:57 +02:00
2015-08-10 11:40:40 +02:00
2015-08-10 11:40:52 +02:00
2015-08-10 11:40:40 +02:00
2015-08-10 11:40:41 +02:00
2015-08-10 11:40:42 +02:00
2015-06-02 12:10:10 +02:00
2015-08-10 11:40:42 +02:00
2015-09-03 12:08:07 +02:00
2015-08-10 11:40:43 +02:00
2015-08-10 11:40:56 +02:00
2015-08-10 11:40:44 +02:00
2015-08-10 11:40:45 +02:00
2015-09-01 14:04:50 -07:00
2015-08-10 11:40:46 +02:00
2015-09-29 14:33:51 +02:00
2015-08-10 11:40:47 +02:00
2015-08-10 11:40:55 +02:00
2015-06-02 09:58:18 +01:00
2015-08-10 11:40:48 +02:00
2015-08-10 11:40:49 +02:00
2015-08-10 11:40:49 +02:00
2015-01-29 14:02:16 +01:00
2015-08-10 11:40:50 +02:00
2015-08-10 11:40:51 +02:00
2015-08-10 11:40:51 +02:00