Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180887
b: refs/heads/master
c: 51f921c
h: refs/heads/master
i:
  180885: 57e41d0
  180883: a7c5937
  180879: 6f066f5
v: v3
  • Loading branch information
Feng Tang authored and Grant Likely committed Jan 20, 2010
1 parent 96beb2a commit c5f7e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b490e3704ccee12deb295f96029d68e0daf02feb
refs/heads/master: 51f921c1eb1124fb99ab0728c19e8e14c82c81be
1 change: 1 addition & 0 deletions trunk/drivers/spi/dw_spi_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ static void __devexit spi_pci_remove(struct pci_dev *pdev)
struct dw_spi_pci *dwpci = pci_get_drvdata(pdev);

pci_set_drvdata(pdev, NULL);
dw_spi_remove_host(&dwpci->dws);
iounmap(dwpci->dws.regs);
pci_release_region(pdev, 0);
kfree(dwpci);
Expand Down

0 comments on commit c5f7e20

Please sign in to comment.