Skip to content

Commit

Permalink
This interrupt is *always* handled -- MIPS_BE_DISCARD just means
Browse files Browse the repository at this point in the history
no further action wanted.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Maciej W. Rozycki authored and Ralf Baechle committed Oct 29, 2005
1 parent a935000 commit 68e4a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/dec/ecc-berr.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ irqreturn_t dec_ecc_be_interrupt(int irq, void *dev_id, struct pt_regs *regs)
int action = dec_ecc_be_backend(regs, 0, 1);

if (action == MIPS_BE_DISCARD)
return IRQ_NONE;
return IRQ_HANDLED;

/*
* FIXME: Find affected processes and kill them, otherwise we
Expand Down

0 comments on commit 68e4a86

Please sign in to comment.