From: Jiang Liu Date: Mon, 13 Jul 2015 20:39:54 +0000 (+0000) Subject: dmaengine: ipu: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc X-Git-Tag: omap-for-v4.3/fixes-rc1~94^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d9efdfce73c8f0c9e39d118833e4776719a8d40;p=pandora-kernel.git dmaengine: ipu: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc while we already have a pointer to corresponding irq_desc. This is also a preparation for the removal of the 'irq' argument from interrupt flow handlers. Signed-off-by: Jiang Liu Cc: Dan Williams Cc: Vinod Koul Cc: dmaengine@vger.kernel.org Signed-off-by: Thomas Gleixner Signed-off-by: Vinod Koul --- Reading git-diff-tree failed