aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/dec/ecc-berr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/dec/ecc-berr.c b/arch/mips/dec/ecc-berr.c
index 6dbce92eb068..c4842096e50d 100644
--- a/arch/mips/dec/ecc-berr.c
+++ b/arch/mips/dec/ecc-berr.c
@@ -203,7 +203,7 @@ irqreturn_t dec_ecc_be_interrupt(int irq, void *dev_id, struct pt_regs *regs)
203 int action = dec_ecc_be_backend(regs, 0, 1); 203 int action = dec_ecc_be_backend(regs, 0, 1);
204 204
205 if (action == MIPS_BE_DISCARD) 205 if (action == MIPS_BE_DISCARD)
206 return IRQ_NONE; 206 return IRQ_HANDLED;
207 207
208 /* 208 /*
209 * FIXME: Find affected processes and kill them, otherwise we 209 * FIXME: Find affected processes and kill them, otherwise we