diff options
author | Tejun Heo <tj@kernel.org> | 2010-03-31 03:41:18 -0400 |
---|---|---|
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: | |||
1816 | !ap->ops->sff_irq_check(ap)) | 1816 | !ap->ops->sff_irq_check(ap)) |
1817 | continue; | 1817 | continue; |
1818 | 1818 | ||
1819 | if (printk_ratelimit()) | ||
1820 | ata_port_printk(ap, KERN_INFO, | ||
1821 | "clearing spurious IRQ\n"); | ||
1822 | |||
1823 | if (idle & (1 << i)) { | 1819 | if (idle & (1 << i)) { |
1824 | ap->ops->sff_check_status(ap); | 1820 | ap->ops->sff_check_status(ap); |
1825 | ap->ops->sff_irq_clear(ap); | 1821 | ap->ops->sff_irq_clear(ap); |