diff options
author | Tejun Heo <tj@kernel.org> | 2010-03-31 16:41:18 +0900 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2010-04-06 10:54:38 -0400 |
commit | c710f785329aa751e6cf3b901c1cef167ea0648d (patch) | |
tree | 5ceff8ba66396e6296f171c7b5e344b67a1233a8 /drivers/ata | |
parent | 7da23b86e14b77c094b11a9fa5ef5b3758fc9193 (diff) |
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>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/libata-sff.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/ata/libata-sff.c b/drivers/ata/libata-sff.c index 6411e0c7b9fe..e3877b6843c9 100644 --- a/drivers/ata/libata-sff.c +++ b/drivers/ata/libata-sff.c @@ -1816,10 +1816,6 @@ retry: !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); |