aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/ide-io.c')
-rw-r--r--drivers/ide/ide-io.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/ide/ide-io.c b/drivers/ide/ide-io.c
index c01615dec2024f..f16c3802cab9da 100644
--- a/drivers/ide/ide-io.c
+++ b/drivers/ide/ide-io.c
@@ -1442,10 +1442,10 @@ static void unexpected_intr (int irq, ide_hwgroup_t *hwgroup)
++count;
if (time_after(jiffies, last_msgtime + HZ)) {
last_msgtime = jiffies;
- printk(KERN_ERR "%s%s: unexpected interrupt, "
- "status=0x%02x, count=%ld\n",
- hwif->name,
- (hwif->next==hwgroup->hwif) ? "" : "(?)", stat, count);
+ //printk(KERN_ERR "%s%s: unexpected interrupt, "
+ // "status=0x%02x, count=%ld\n",
+ // hwif->name,
+ // (hwif->next==hwgroup->hwif) ? "" : "(?)", stat, count);
}
}
}