powerpc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
authorJiang Liu <jiang.liu@linux.intel.com>
Wed, 20 May 2015 09:59:52 +0000 (17:59 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 2 Jun 2015 06:54:44 +0000 (16:54 +1000)
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>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/52xx/mpc52xx_gpt.c
arch/powerpc/platforms/cell/axon_msi.c
arch/powerpc/platforms/embedded6xx/hlwd-pic.c
arch/powerpc/sysdev/uic.c
arch/powerpc/sysdev/xics/xics-common.c

Simple merge