Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148457
b: refs/heads/master
c: 7852fd0
h: refs/heads/master
i:
  148455: ca4ef08
v: v3
  • Loading branch information
Takashi Iwai committed Apr 14, 2009
1 parent ae05ac4 commit 3abce15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 02bec490450836ebbd628e97ec03f10b57def8ce
refs/heads/master: 7852fd08fdc78bf43150137bdbfdfdccdefffe0f
6 changes: 3 additions & 3 deletions trunk/sound/pci/lx6464es/lx6464es.c
Original file line number Diff line number Diff line change
Expand Up @@ -1091,9 +1091,9 @@ static int __devinit snd_lx6464es_probe(struct pci_dev *pci,
return -ENOENT;
}

card = snd_card_new(index[dev], id[dev], THIS_MODULE, 0);
if (card == NULL)
return -ENOMEM;
err = snd_card_create(index[dev], id[dev], THIS_MODULE, 0, &card);
if (err < 0)
return err;

err = snd_lx6464es_create(card, pci, &chip);
if (err < 0) {
Expand Down

0 comments on commit 3abce15

Please sign in to comment.