Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189585
b: refs/heads/master
c: a0fd434
h: refs/heads/master
i:
  189583: 2279397
v: v3
  • Loading branch information
Julia Lawall authored and Takashi Iwai committed Apr 4, 2010
1 parent 75d5f48 commit aa805ee
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f11947c7c5b8abffd328739996dfdffef2b3e03f
refs/heads/master: a0fd4345f928d72a56e27b23e4cd28c94bf36be5
5 changes: 2 additions & 3 deletions trunk/sound/pci/echoaudio/echoaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -2184,10 +2184,9 @@ static int __devinit snd_echo_probe(struct pci_dev *pci,
goto ctl_error;
#endif

if ((err = snd_card_register(card)) < 0) {
snd_card_free(card);
err = snd_card_register(card);
if (err < 0)
goto ctl_error;
}
snd_printk(KERN_INFO "Card registered: %s\n", card->longname);

pci_set_drvdata(pci, chip);
Expand Down

0 comments on commit aa805ee

Please sign in to comment.