Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141232
b: refs/heads/master
c: 6bf6767
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 9b96e02 commit 5e7e00f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4ed4f41c1b13873f4b8afd4fbe00eb8c3907bc4a
refs/heads/master: 6bf676723ab2a6ade05feb2cd0b5073930f72d7e
3 changes: 2 additions & 1 deletion trunk/drivers/staging/agnx/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,11 +434,12 @@ static struct ieee80211_ops agnx_ops = {
static void __devexit agnx_pci_remove(struct pci_dev *pdev)
{
struct ieee80211_hw *dev = pci_get_drvdata(pdev);
struct agnx_priv *priv = dev->priv;
struct agnx_priv *priv;
AGNX_TRACE;

if (!dev)
return;
priv = dev->priv;
ieee80211_unregister_hw(dev);
pci_iounmap(pdev, priv->ctl);
pci_iounmap(pdev, priv->data);
Expand Down

0 comments on commit 5e7e00f

Please sign in to comment.