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:
2d0a074
)
dma: mv_xor: fix error checking of irq_of_parse_and_map()
author
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Thu, 22 Nov 2012 17:22:12 +0000
(18:22 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Thu, 22 Nov 2012 17:22:12 +0000
(18:22 +0100)
The irq_of_parse_and_map() function returns 0 on failure, and does not
return an error code, so we fix the calling site of
irq_of_parse_and_map() in the mv_xor driver.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
No differences found