Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341963
b: refs/heads/master
c: 795e936
h: refs/heads/master
i:
  341961: 59483cb
  341959: 47880c3
v: v3
  • Loading branch information
Florian Fainelli authored and John W. Linville committed Dec 3, 2012
1 parent 26356b6 commit 487079a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: d6d82020d07711f0095f2925bc1b9a28f94bb9b5
refs/heads/master: 795e9364215dc98b1dea888ebae22383ecbbb92a
6 changes: 0 additions & 6 deletions trunk/drivers/net/wireless/mwl8k.c
Original file line number Diff line number Diff line change
Expand Up @@ -5873,11 +5873,6 @@ static int __devinit mwl8k_probe(struct pci_dev *pdev,
return rc;
}

static void __devexit mwl8k_shutdown(struct pci_dev *pdev)
{
printk(KERN_ERR "===>%s(%u)\n", __func__, __LINE__);
}

static void __devexit mwl8k_remove(struct pci_dev *pdev)
{
struct ieee80211_hw *hw = pci_get_drvdata(pdev);
Expand Down Expand Up @@ -5931,7 +5926,6 @@ static struct pci_driver mwl8k_driver = {
.id_table = mwl8k_pci_id_table,
.probe = mwl8k_probe,
.remove = __devexit_p(mwl8k_remove),
.shutdown = __devexit_p(mwl8k_shutdown),
};

module_pci_driver(mwl8k_driver);
Expand Down

0 comments on commit 487079a

Please sign in to comment.