Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324464
b: refs/heads/master
c: 9e58d05
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Iglesias Gonsálvez authored and Greg Kroah-Hartman committed Aug 14, 2012
1 parent ce55c76 commit 8b9329c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c197de2bea11cabbd6f9ad8c6e3f82faa5fc8497
refs/heads/master: 9e58d05a1b24d2c0471c3b4df8f473a7543d7647
2 changes: 1 addition & 1 deletion trunk/drivers/staging/ipack/bridges/tpci200.c
Original file line number Diff line number Diff line change
Expand Up @@ -604,8 +604,8 @@ static int tpci200_slot_unregister(struct ipack_device *dev)
if (mutex_lock_interruptible(&tpci200->mutex))
return -ERESTARTSYS;

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

return 0;
Expand Down

0 comments on commit 8b9329c

Please sign in to comment.