libata: don't whine on spurious IRQ
On configurations where IRQ line is shared with a different controller, spurious IRQs may happen continuously. The message was put there primarily for debugging anyway. Kill it. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
parent
7da23b86e1
commit
c710f78532
|
@ -1816,10 +1816,6 @@ irqreturn_t ata_sff_interrupt(int irq, void *dev_instance)
|
|||
!ap->ops->sff_irq_check(ap))
|
||||
continue;
|
||||
|
||||
if (printk_ratelimit())
|
||||
ata_port_printk(ap, KERN_INFO,
|
||||
"clearing spurious IRQ\n");
|
||||
|
||||
if (idle & (1 << i)) {
|
||||
ap->ops->sff_check_status(ap);
|
||||
ap->ops->sff_irq_clear(ap);
|
||||
|
|
Loading…
Reference in New Issue
Block a user