powerpc/8xx: Erroneous double irq_eoi() on CPM IRQ in MPC8xx
authorLEROY Christophe <christophe.leroy@c-s.fr>
Thu, 18 Apr 2013 05:26:11 +0000 (07:26 +0200)
committerScott Wood <scottwood@freescale.com>
Mon, 1 Jul 2013 23:38:32 +0000 (18:38 -0500)
commit7601f59765a48bef329a429101eabcb0e2503634
treea2aaf32f43cda7428017f2fab62d3c5847e35ac4
parent2dd1c132d5c22677843658f5736f0de1cdf57bc1
powerpc/8xx: Erroneous double irq_eoi() on CPM IRQ in MPC8xx

irq_eoi() is already called by generic_handle_irq() so
it shall not be called a again

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/platforms/8xx/m8xx_setup.c