|
@@ -120,6 +120,7 @@ static irqreturn_t cpm_error_interrupt(int irq, void *dev)
|
|
|
|
|
|
static struct irqaction cpm_error_irqaction = {
|
|
static struct irqaction cpm_error_irqaction = {
|
|
.handler = cpm_error_interrupt,
|
|
.handler = cpm_error_interrupt,
|
|
|
|
+ .flags = IRQF_NO_THREAD,
|
|
.name = "error",
|
|
.name = "error",
|
|
};
|
|
};
|
|
|
|
|