Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34875
b: refs/heads/master
c: 80b556f
h: refs/heads/master
i:
  34873: 2ee11dd
  34871: 3552a9e
v: v3
  • Loading branch information
Alexey Dobriyan authored and Jaroslav Kysela committed Sep 23, 2006
1 parent 48bff11 commit 58d463e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 5e4968e24ced93b7b130e7e1fc947a79f82776bf
refs/heads/master: 80b556f26b3830ad5bd6ff9f701675ac8afcb263
7 changes: 1 addition & 6 deletions trunk/sound/pci/emu10k1/emu10k1x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1626,12 +1626,7 @@ static struct pci_driver driver = {
// initialization of the module
static int __init alsa_card_emu10k1x_init(void)
{
int err;

if ((err = pci_register_driver(&driver)) > 0)
return err;

return 0;
return pci_register_driver(&driver);
}

// clean up the module
Expand Down

0 comments on commit 58d463e

Please sign in to comment.