Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193091
b: refs/heads/master
c: 629dcf2
h: refs/heads/master
i:
  193089: 2e66880
  193087: a86856e
v: v3
  • Loading branch information
sai gopal authored and Mauro Carvalho Chehab committed May 19, 2010
1 parent 9a36a72 commit cb0b5a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 205161ed03b53c467dd669a340ea704ce0fb6f9e
refs/heads/master: 629dcf23dffcf90f2104784d4ad9324ab3a1f2ef
3 changes: 2 additions & 1 deletion trunk/drivers/staging/cx25821/cx25821-alsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,8 @@ static int cx25821_audio_initdev(struct cx25821_dev *dev)
goto error;
}

if ((err == snd_cx25821_pcm(chip, 0, "cx25821 Digital")) < 0) {
err = snd_cx25821_pcm(chip, 0, "cx25821 Digital");
if (err < 0) {
printk(KERN_INFO
"DEBUG ERROR: cannot create snd_cx25821_pcm %s\n",
__func__);
Expand Down

0 comments on commit cb0b5a4

Please sign in to comment.