Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96549
b: refs/heads/master
c: b30cdfc
h: refs/heads/master
i:
  96547: a8350fe
v: v3
  • Loading branch information
Ivo van Doorn authored and John W. Linville committed May 13, 2008
1 parent 18ef713 commit ab85e99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed499983b88d138848ec9e4d104fd86a5ef0c183
refs/heads/master: b30cdfc517b06f5d3f7a5e90626931140b2caece
5 changes: 3 additions & 2 deletions trunk/drivers/net/wireless/rt2x00/rt2x00pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,13 +314,14 @@ int rt2x00pci_initialize(struct rt2x00_dev *rt2x00dev)
if (status) {
ERROR(rt2x00dev, "IRQ %d allocation failed (error %d).\n",
pci_dev->irq, status);
return status;
goto exit;
}

return 0;

exit:
rt2x00pci_uninitialize(rt2x00dev);
queue_for_each(rt2x00dev, queue)
rt2x00pci_free_queue_dma(rt2x00dev, queue);

return status;
}
Expand Down

0 comments on commit ab85e99

Please sign in to comment.