Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325174
b: refs/heads/master
c: 7273b88
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Iglesias Gonsálvez authored and Greg Kroah-Hartman committed Sep 11, 2012
1 parent ba640a4 commit a28b68b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b442bf738454d5eeaf695e45051e9fa7242bb9a3
refs/heads/master: 7273b88ebfc1b3ea5387e37fae8b1d77e59e169f
3 changes: 1 addition & 2 deletions trunk/drivers/staging/ipack/bridges/tpci200.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ static int tpci200_slot_unregister(struct ipack_device *dev)
return -ERESTARTSYS;

tpci200->slots[dev->slot].dev = NULL;
ipack_device_unregister(dev);
mutex_unlock(&tpci200->mutex);

return 0;
Expand Down Expand Up @@ -614,7 +613,7 @@ static void tpci200_uninstall(struct tpci200_board *tpci200)
int i;

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

tpci200_unregister(tpci200);
kfree(tpci200->slots);
Expand Down

0 comments on commit a28b68b

Please sign in to comment.