ARM, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
authorJiang Liu <jiang.liu@linux.intel.com>
Thu, 4 Jun 2015 04:13:19 +0000 (12:13 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 13 Jul 2015 12:59:15 +0000 (14:59 +0200)
commitf575398bff9ae08086b345ecf724568be53818ee
tree3d507453bb431208813cc53a127c93ade91bb786
parent8c06e117bedc4085e54dd968e95afdf03e91dff2
ARM, irq: 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.

Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/arm/common/locomo.c
arch/arm/common/sa1111.c
arch/arm/plat-orion/gpio.c
This page took 0.248946 seconds and 5 git commands to generate.