]> git.baikalelectronics.ru Git - kernel.git/commit
cxl: Add missing return statement after handling AFU errror
authorIan Munsie <imunsie@au1.ibm.com>
Wed, 4 Feb 2015 08:10:38 +0000 (19:10 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 6 Feb 2015 00:17:27 +0000 (11:17 +1100)
commit54c2a032964f30c72141be7d82657b41a0adc759
tree5ae9e1c79f52a7702c92af66bad487c4e5341701
parentcaf9bb5dd83df26a55e5aa0b6def6a1783ebb519
cxl: Add missing return statement after handling AFU errror

We were missing a return statement in the PSL interrupt handler in the
case of an AFU error, which would trigger an "Unhandled CXL PSL IRQ"
warning. We do actually handle these type of errors (by notifying
userspace), so add the missing return IRQ_HANDLED so we don't throw
unecessary warnings.

Signed-off-by: Ian Munsie <imunsie@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/misc/cxl/irq.c