diff options
-rw-r--r-- | drivers/ieee1394/ohci1394.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ieee1394/ohci1394.c b/drivers/ieee1394/ohci1394.c index 6833b9801b87..d91ef33171b2 100644 --- a/drivers/ieee1394/ohci1394.c +++ b/drivers/ieee1394/ohci1394.c | |||
@@ -2377,6 +2377,7 @@ static irqreturn_t ohci_irq_handler(int irq, void *dev_id) | |||
2377 | if (event & OHCI1394_postedWriteErr) { | 2377 | if (event & OHCI1394_postedWriteErr) { |
2378 | PRINT(KERN_ERR, "physical posted write error"); | 2378 | PRINT(KERN_ERR, "physical posted write error"); |
2379 | /* no recovery strategy yet, had to involve protocol drivers */ | 2379 | /* no recovery strategy yet, had to involve protocol drivers */ |
2380 | event &= ~OHCI1394_postedWriteErr; | ||
2380 | } | 2381 | } |
2381 | if (event & OHCI1394_cycleTooLong) { | 2382 | if (event & OHCI1394_cycleTooLong) { |
2382 | if(printk_ratelimit()) | 2383 | if(printk_ratelimit()) |