Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317869
b: refs/heads/master
c: d44858a
h: refs/heads/master
i:
  317867: ed31511
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Jul 12, 2012
1 parent cfd5e7d commit 1407b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 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: 1cdb9c7c1d4846e04c28dbb41c6cef3a5e5f2b56
refs/heads/master: d44858a9b4abc1fb94f0dae587fbd1807bb3c576
13 changes: 1 addition & 12 deletions trunk/drivers/staging/phison/phison.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,7 @@ static struct pci_driver phison_pci_driver = {
#endif
};

static int __init phison_ide_init(void)
{
return pci_register_driver(&phison_pci_driver);
}

static void __exit phison_ide_exit(void)
{
pci_unregister_driver(&phison_pci_driver);
}

module_init(phison_ide_init);
module_exit(phison_ide_exit);
module_pci_driver(phison_pci_driver);

MODULE_AUTHOR("Evan Ko");
MODULE_DESCRIPTION("PCIE driver module for PHISON PS5000 E-BOX");
Expand Down

0 comments on commit 1407b12

Please sign in to comment.