Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82707
b: refs/heads/master
c: 04a9e45
h: refs/heads/master
i:
  82705: cafaf20
  82703: 560c032
v: v3
  • Loading branch information
John W. Linville committed Feb 1, 2008
1 parent e746914 commit d11cbf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 3eadf5f4f635ed6a6cd921195c320d58b5f9a185
refs/heads/master: 04a9e451fdbbfb84d6b87042b991f729f1c14249
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/ath5k/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ static int ath5k_pci_resume(struct pci_dev *pdev);
#define ath5k_pci_resume NULL
#endif /* CONFIG_PM */

static struct pci_driver ath5k_pci_drv_id = {
static struct pci_driver ath5k_pci_driver = {
.name = "ath5k_pci",
.id_table = ath5k_pci_id_table,
.probe = ath5k_pci_probe,
Expand Down Expand Up @@ -329,7 +329,7 @@ init_ath5k_pci(void)

ath5k_debug_init();

ret = pci_register_driver(&ath5k_pci_drv_id);
ret = pci_register_driver(&ath5k_pci_driver);
if (ret) {
printk(KERN_ERR "ath5k_pci: can't register pci driver\n");
return ret;
Expand All @@ -341,7 +341,7 @@ init_ath5k_pci(void)
static void __exit
exit_ath5k_pci(void)
{
pci_unregister_driver(&ath5k_pci_drv_id);
pci_unregister_driver(&ath5k_pci_driver);

ath5k_debug_finish();
}
Expand Down

0 comments on commit d11cbf9

Please sign in to comment.