|
@@ -1601,7 +1601,8 @@ static irqreturn_t serial8250_interrupt(int irq, void *dev_id)
|
|
l = l->next;
|
|
l = l->next;
|
|
|
|
|
|
if (l == i->head && pass_counter++ > PASS_LIMIT) {
|
|
if (l == i->head && pass_counter++ > PASS_LIMIT) {
|
|
- pr_debug_ratelimited(
|
|
|
|
|
|
+ /* If we hit this, we're dead. */
|
|
|
|
+ printk_ratelimited(KERN_ERR
|
|
"serial8250: too much work for irq%d\n", irq);
|
|
"serial8250: too much work for irq%d\n", irq);
|
|
break;
|
|
break;
|
|
}
|
|
}
|