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)
commita6130ed253a931d2169c26ab0958d81b0dce4d6e
tree5ae9e1c79f52a7702c92af66bad487c4e5341701
parent3d5be0392f52489b7572903d83f1f267f26e6b69
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
This page took 0.024177 seconds and 5 git commands to generate.