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) 1 << (node_id - 32)); } flush_writes(ohci); - - spin_unlock_irqrestore(&ohci->lock, flags); - out: + spin_unlock_irqrestore(&ohci->lock, flags); return retval; }