Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325178
b: refs/heads/master
c: 9c0d169
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Iglesias Gonsálvez authored and Greg Kroah-Hartman committed Sep 11, 2012
1 parent 398b0af commit 87be15d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: bffe0fd02198fb13586ad4f572c1a028b8547ecd
refs/heads/master: 9c0d169e8fd9637eebe98e1ad4e61c0de9edc43e
7 changes: 1 addition & 6 deletions trunk/drivers/staging/ipack/bridges/tpci200.c
Original file line number Diff line number Diff line change
Expand Up @@ -610,11 +610,6 @@ static int tpci200_reset_timeout(struct ipack_device *dev)

static void tpci200_uninstall(struct tpci200_board *tpci200)
{
int i;

for (i = 0; i < TPCI200_NB_SLOT; i++)
ipack_device_unregister(tpci200->slots[i].dev);

tpci200_unregister(tpci200);
kfree(tpci200->slots);
}
Expand Down Expand Up @@ -751,8 +746,8 @@ static int tpci200_pci_probe(struct pci_dev *pdev,

static void __tpci200_pci_remove(struct tpci200_board *tpci200)
{
tpci200_uninstall(tpci200);
ipack_bus_unregister(tpci200->info->ipack_bus);
tpci200_uninstall(tpci200);

kfree(tpci200->info);
kfree(tpci200);
Expand Down

0 comments on commit 87be15d

Please sign in to comment.