Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338031
b: refs/heads/master
c: 1a65e20
h: refs/heads/master
i:
  338029: e93dd84
  338027: 85e9d8f
  338023: 75e08f2
  338015: d3aecf8
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 8e83503 commit b6105c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 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: bfdc409770a3700c08712983c7bfbddec45401e5
refs/heads/master: 1a65e204961969fa967a9aed6e8bab5d9ac66717
15 changes: 7 additions & 8 deletions trunk/drivers/staging/wlags49_h2/wl_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,14 +160,13 @@ void wl_pci_dma_hcf_reclaim_rx( struct wl_private *lp );
/*******************************************************************************
* PCI module function registration
******************************************************************************/
static struct pci_driver wl_driver =
{
name: MODULE_NAME,
id_table: wl_pci_tbl,
probe: wl_pci_probe,
remove: __devexit_p(wl_pci_remove),
suspend: NULL,
resume: NULL,
static struct pci_driver wl_driver = {
.name = MODULE_NAME,
.id_table = wl_pci_tbl,
.probe = wl_pci_probe,
.remove = wl_pci_remove,
.suspend = NULL,
.resume = NULL
};

/*******************************************************************************
Expand Down

0 comments on commit b6105c7

Please sign in to comment.