Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17296
b: refs/heads/master
c: 2304759
h: refs/heads/master
v: v3
  • Loading branch information
Otavio Salvador authored and Mauro Carvalho Chehab committed Jan 9, 2006
1 parent 6789120 commit 889c7ae
Show file tree
Hide file tree
Showing 3 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: e64a86ee2b5ef5e23ccda2cc8981a22a8111a3b3
refs/heads/master: 2304759d7e5debbd400eca6e9bb979a186c798a9
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/bttv-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -4253,7 +4253,7 @@ static int bttv_init_module(void)
bttv_check_chipset();

bus_register(&bttv_sub_bus_type);
return pci_module_init(&bttv_pci_driver);
return pci_register_driver(&bttv_pci_driver);
}

static void bttv_cleanup_module(void)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/saa7134/saa7134-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ static int saa7134_init(void)
printk(KERN_INFO "saa7130/34: snapshot date %04d-%02d-%02d\n",
SNAPSHOT/10000, (SNAPSHOT/100)%100, SNAPSHOT%100);
#endif
return pci_module_init(&saa7134_pci_driver);
return pci_register_driver(&saa7134_pci_driver);
}

static void saa7134_fini(void)
Expand Down

0 comments on commit 889c7ae

Please sign in to comment.