Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4315
b: refs/heads/master
c: 178c6ef
h: refs/heads/master
i:
  4313: 0ce518c
  4311: 7850726
v: v3
  • Loading branch information
Christophe Lucas authored and Linus Torvalds committed Jul 8, 2005
1 parent a6c83e9 commit ac14649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c7cadb3a02b5803c2f251b5cd84fbdc8fbec05e9
refs/heads/master: 178c6efcd8435644028bf3f079c1e82107e72dfd
2 changes: 1 addition & 1 deletion trunk/drivers/media/common/saa7146_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ int saa7146_register_extension(struct saa7146_extension* ext)
ext->driver.remove = saa7146_remove_one;

printk("saa7146: register extension '%s'.\n",ext->name);
return pci_module_init(&ext->driver);
return pci_register_driver(&ext->driver);
}

int saa7146_unregister_extension(struct saa7146_extension* ext)
Expand Down

0 comments on commit ac14649

Please sign in to comment.