diff options
-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 3775364f1b51..276324d741df 100644 --- a/drivers/firewire/ohci.c +++ b/drivers/firewire/ohci.c | |||
@@ -1856,7 +1856,8 @@ static irqreturn_t irq_handler(int irq, void *data) | |||
1856 | spin_lock(&ohci->lock); | 1856 | spin_lock(&ohci->lock); |
1857 | update_bus_time(ohci); | 1857 | update_bus_time(ohci); |
1858 | spin_unlock(&ohci->lock); | 1858 | spin_unlock(&ohci->lock); |
1859 | } | 1859 | } else |
1860 | flush_writes(ohci); | ||
1860 | 1861 | ||
1861 | return IRQ_HANDLED; | 1862 | return IRQ_HANDLED; |
1862 | } | 1863 | } |