OSDN Git Service

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)
commitc1231a784acc25ec01d35a019533da9ab8593e2e
tree29bfc8fe46b3243a64a3b76f806f7f1f4523e227
parentd20be433e6a8892ecf59ef62636cd1333975347d
powerpc: 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>
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