commit | f8eb9e7d2a198fe3a0f76d9e5b374160c26e4621 | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Thu Nov 22 18:22:12 2012 +0100 |
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Thu Nov 22 18:22:12 2012 +0100 |
tree | e5b381ca2738feb9a67a76e50eb26eb765c5086d | |
parent | 2d0a074517da34a6386bdd9a22bc006c8fa21044 [diff] |
dma: mv_xor: fix error checking of irq_of_parse_and_map() 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>