git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac8ab8d
)
nios2: fix error handling of irq_of_parse_and_map
author
Dmitry Torokhov
<dtor@chromium.org>
Mon, 17 Nov 2014 10:36:23 +0000
(18:36 +0800)
committer
Ley Foon Tan
<lftan@altera.com>
Mon, 8 Dec 2014 04:56:08 +0000
(12:56 +0800)
Return value of irq_of_parse_and_map() is unsigned int, with 0
indicating failure, so testing for negative result never works.
Signed-off-by: Dmitry Torokhov <dtor@chromium.org>
Reviewed-by: Tobias Klauser <tklauser@distanz.ch>
Acked-by: Ley Foon Tan <lftan@altera.com>
No differences found