Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338071
b: refs/heads/master
c: 1387b46
h: refs/heads/master
i:
  338069: fe6b3f5
  338067: bd90749
  338063: 622c3ba
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 6fb1b7c commit 541fd0d
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: ea7e9f2a49aa570a08bfb211bf218c98abd6a4c2
refs/heads/master: 1387b461af6a5802a79bbeaed048c732a05f3735
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rtl8192e/rtl8192e/rtl_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ MODULE_DEVICE_TABLE(pci, rtl8192_pci_id_tbl);

static int rtl8192_pci_probe(struct pci_dev *pdev,
const struct pci_device_id *id);
static void __devexit rtl8192_pci_disconnect(struct pci_dev *pdev);
static void rtl8192_pci_disconnect(struct pci_dev *pdev);

static struct pci_driver rtl8192_pci_driver = {
.name = DRV_NAME, /* Driver name */
Expand Down Expand Up @@ -2982,7 +2982,7 @@ static int rtl8192_pci_probe(struct pci_dev *pdev,
return err;
}

static void __devexit rtl8192_pci_disconnect(struct pci_dev *pdev)
static void rtl8192_pci_disconnect(struct pci_dev *pdev)
{
struct net_device *dev = pci_get_drvdata(pdev);
struct r8192_priv *priv ;
Expand Down

0 comments on commit 541fd0d

Please sign in to comment.