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:
97bf6af
)
PCI: rcar: Fix error handling of irq_of_parse_and_map()
author
Dmitry Torokhov
<dtor@chromium.org>
Fri, 14 Nov 2014 22:21:53 +0000
(14:21 -0800)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Fri, 26 Dec 2014 23:24:27 +0000
(16:24 -0700)
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>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Phil Edworthy <phil.edworthy@renesas.com>
No differences found