Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338067
b: refs/heads/master
c: 19fc6b5
h: refs/heads/master
i:
  338065: a6f6ca8
  338063: 622c3ba
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent db2d4f3 commit bd90749
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c506fff1ff06cca59a2c5dfef6fad3357eb0908e
refs/heads/master: 19fc6b57db3f1522259363d88b1908dc814e0aa5
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rtl8187se/r8180_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module_param(hwwep, int, S_IRUGO|S_IWUSR);

MODULE_PARM_DESC(hwwep, " Try to use hardware WEP support. Still broken and not available on all cards");

static int __devinit rtl8180_pci_probe(struct pci_dev *pdev,
static int rtl8180_pci_probe(struct pci_dev *pdev,
const struct pci_device_id *id);

static void __devexit rtl8180_pci_remove(struct pci_dev *pdev);
Expand Down Expand Up @@ -3175,7 +3175,7 @@ static const struct net_device_ops rtl8180_netdev_ops = {
.ndo_start_xmit = ieee80211_rtl_xmit,
};

static int __devinit rtl8180_pci_probe(struct pci_dev *pdev,
static int rtl8180_pci_probe(struct pci_dev *pdev,
const struct pci_device_id *id)
{
unsigned long ioaddr = 0;
Expand Down

0 comments on commit bd90749

Please sign in to comment.