diff options
Diffstat (limited to 'drivers/firewire/ohci.c')
-rw-r--r-- | drivers/firewire/ohci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/firewire/ohci.c b/drivers/firewire/ohci.c index 399d5926caf7..bffc2ad7ecab 100644 --- a/drivers/firewire/ohci.c +++ b/drivers/firewire/ohci.c | |||
@@ -2045,7 +2045,8 @@ static irqreturn_t irq_handler(int irq, void *data) | |||
2045 | reg_read(ohci, OHCI1394_PostedWriteAddressLo); | 2045 | reg_read(ohci, OHCI1394_PostedWriteAddressLo); |
2046 | reg_write(ohci, OHCI1394_IntEventClear, | 2046 | reg_write(ohci, OHCI1394_IntEventClear, |
2047 | OHCI1394_postedWriteErr); | 2047 | OHCI1394_postedWriteErr); |
2048 | fw_error("PCI posted write error\n"); | 2048 | if (printk_ratelimit()) |
2049 | fw_error("PCI posted write error\n"); | ||
2049 | } | 2050 | } |
2050 | 2051 | ||
2051 | if (unlikely(event & OHCI1394_cycleTooLong)) { | 2052 | if (unlikely(event & OHCI1394_cycleTooLong)) { |