Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40442
b: refs/heads/master
c: f465ce1
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Dominik Brodowski committed Oct 26, 2006
1 parent 38b449a commit 16613d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: f237de58b13bf65ba2f7fab896daacb92ae7ddef
refs/heads/master: f465ce176fb2f1778a04fc3fcb2b8aa564901419
5 changes: 1 addition & 4 deletions trunk/drivers/pcmcia/i82092.c
Original file line number Diff line number Diff line change
Expand Up @@ -709,10 +709,7 @@ static int i82092aa_set_mem_map(struct pcmcia_socket *socket, struct pccard_mem_

static int i82092aa_module_init(void)
{
enter("i82092aa_module_init");
pci_register_driver(&i82092aa_pci_drv);
leave("i82092aa_module_init");
return 0;
return pci_register_driver(&i82092aa_pci_drv);
}

static void i82092aa_module_exit(void)
Expand Down

0 comments on commit 16613d4

Please sign in to comment.