commit | 441617672810482b1f92878b7f82a56cd4f0fcf6 | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Tue May 13 10:26:01 2014 +0300 |
committer | Sekhar Nori <nsekhar@ti.com> | Thu May 22 10:29:27 2014 +0530 |
tree | 14796e895aa9ebda802fd64599ae2a1832f8736f | |
parent | b0cce4ca3e740b5224d75634aa9d9abe9dfceabb [diff] |
ARM: edma: Clean up and simplify the code around irq request Get the two interrupt line number at the same time by merging the two instance of if(node){}else{} places. replace the &pdev->dev with the already existing dev which makes it possible to collapse lines with devm_request_irq() Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>