aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/firewire/fw-ohci.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/firewire/fw-ohci.c b/drivers/firewire/fw-ohci.c
index ea52e150a8e6..1b4b53d6d925 100644
--- a/drivers/firewire/fw-ohci.c
+++ b/drivers/firewire/fw-ohci.c
@@ -850,10 +850,8 @@ ohci_enable_phys_dma(struct fw_card *card, int node_id, int generation)
850 1 << (node_id - 32)); 850 1 << (node_id - 32));
851 } 851 }
852 flush_writes(ohci); 852 flush_writes(ohci);
853
854 spin_unlock_irqrestore(&ohci->lock, flags);
855
856 out: 853 out:
854 spin_unlock_irqrestore(&ohci->lock, flags);
857 return retval; 855 return retval;
858} 856}
859 857