ARM: edma: Clean up and simplify the code around irq request
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Tue, 13 May 2014 07:26:01 +0000 (10:26 +0300)
committerSekhar Nori <nsekhar@ti.com>
Thu, 22 May 2014 04:59:27 +0000 (10:29 +0530)
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>

No differences found