]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/8xx: fix cpm_cascade() dual end of interrupt
authorChristophe Leroy <christophe.leroy@c-s.fr>
Tue, 27 Feb 2018 11:25:55 +0000 (12:25 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 13 Mar 2018 04:50:28 +0000 (15:50 +1100)
commitd3cd46afc233e22a67fc1d57df2cd6082ca39c48
treece4e7666723a82b115f48d853294fe86e0051c9b
parent275723456425a38d9d3bf26812dfb4a7d6a544ea
powerpc/8xx: fix cpm_cascade() dual end of interrupt

cpm_cascade() doesn't have to call eoi() as it is already called
by handle_fasteoi_irq()

And cpm_get_irq() will always return an unsigned int so the test
is useless

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/8xx/m8xx_setup.c