Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124323
b: refs/heads/master
c: a8782f6
h: refs/heads/master
i:
  124321: 7a0d63e
  124319: 5e14457
v: v3
  • Loading branch information
Julia Lawall authored and Mauro Carvalho Chehab committed Dec 30, 2008
1 parent 368a49d commit 58ac40d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 9bb1b7e879091f09fc677dca10c5e132b68a9da3
refs/heads/master: a8782f669c35df585749caadfbae6456d9e3ac98
3 changes: 1 addition & 2 deletions trunk/drivers/media/video/cx88/cx88-alsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,6 @@ static int __devinit snd_cx88_create(struct snd_card *card,
core = cx88_core_get(pci);
if (NULL == core) {
err = -EINVAL;
kfree (chip);
return err;
}

Expand Down Expand Up @@ -812,7 +811,7 @@ static int __devinit cx88_audio_initdev(struct pci_dev *pci,

err = snd_cx88_create(card, pci, &chip);
if (err < 0)
return (err);
goto error;

err = snd_cx88_pcm(chip, 0, "CX88 Digital");
if (err < 0)
Expand Down

0 comments on commit 58ac40d

Please sign in to comment.