Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267703
b: refs/heads/master
c: 6689817
h: refs/heads/master
i:
  267701: 418f686
  267699: dfa73f7
  267695: 00c9e44
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 20fdd12 commit abe5536
Show file tree
Hide file tree
Showing 2 changed files with 6 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: f60949901cc5f1c02268938f63306ac5a36c9cba
refs/heads/master: 66898177e7e5486dc77a4ba742efa4e2e9e900a4
5 changes: 5 additions & 0 deletions trunk/drivers/staging/rtl8192e/rtl_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -3122,6 +3122,11 @@ static void __devexit rtl8192_pci_disconnect(struct pci_dev *pdev)
if (priv->scan_cmd)
kfree(priv->scan_cmd);

if (dev->mem_start != 0) {
iounmap((void *)dev->mem_start);
release_mem_region(pci_resource_start(pdev, 1),
pci_resource_len(pdev, 1));
}
} else{
priv=rtllib_priv(dev);
}
Expand Down

0 comments on commit abe5536

Please sign in to comment.