From: Peter Ujfalusi Date: Tue, 13 May 2014 07:26:01 +0000 (+0300) Subject: ARM: edma: Clean up and simplify the code around irq request X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~40^2~4^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=441617672810482b1f92878b7f82a56cd4f0fcf6;p=pandora-kernel.git 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 Signed-off-by: Sekhar Nori --- Reading git-diff-tree failed