Re: powerpc/8xx: fix cpm_cascade() dual end of interrupt
From: Michael Ellerman <hidden>
Date: 2018-03-14 09:28:35
Also in:
lkml
From: Michael Ellerman <hidden>
Date: 2018-03-14 09:28:35
Also in:
lkml
On Tue, 2018-02-27 at 11:25:55 UTC, Christophe Leroy wrote:
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 <redacted>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/c554ac91ce2213faa91c51c4542377 cheers