Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320684
b: refs/heads/master
c: 1a3acd3
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Mauro Carvalho Chehab committed Jul 31, 2012
1 parent e54125c commit 0fa5f52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 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: cadc7920acd7d8fadfe98a33068af764e3247da0
refs/heads/master: 1a3acd3d7f1f7ba1037cfd8c04a9159988f70079
15 changes: 1 addition & 14 deletions trunk/drivers/staging/media/dt3155v4l/dt3155v4l.c
Original file line number Diff line number Diff line change
Expand Up @@ -971,20 +971,7 @@ static struct pci_driver pci_driver = {
.remove = __devexit_p(dt3155_remove),
};

static int __init
dt3155_init_module(void)
{
return pci_register_driver(&pci_driver);
}

static void __exit
dt3155_exit_module(void)
{
pci_unregister_driver(&pci_driver);
}

module_init(dt3155_init_module);
module_exit(dt3155_exit_module);
module_pci_driver(pci_driver);

MODULE_DESCRIPTION("video4linux pci-driver for dt3155 frame grabber");
MODULE_AUTHOR("Marin Mitov <mitov@issp.bas.bg>");
Expand Down

0 comments on commit 0fa5f52

Please sign in to comment.