mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-10 16:42:21 +00:00
b44: Fix wedge when using netconsole.
Fixes kernel bugzilla #14691 Due to the way netpoll works, it is perfectly legal to see NAPI already scheduled when new device events are pending in b44_interrupt(). So logging a message about it is wrong and in fact harmful. Based upon a patch by Andreas Mohr. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
40be261dfd
commit
0cae200eec
1 changed files with 0 additions and 3 deletions
|
@ -912,9 +912,6 @@ static irqreturn_t b44_interrupt(int irq, void *dev_id)
|
||||||
bp->istat = istat;
|
bp->istat = istat;
|
||||||
__b44_disable_ints(bp);
|
__b44_disable_ints(bp);
|
||||||
__napi_schedule(&bp->napi);
|
__napi_schedule(&bp->napi);
|
||||||
} else {
|
|
||||||
printk(KERN_ERR PFX "%s: Error, poll already scheduled\n",
|
|
||||||
dev->name);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
irq_ack:
|
irq_ack:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue