Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174041
b: refs/heads/master
c: 0bc2308
h: refs/heads/master
i:
  174039: 253dfef
v: v3
  • Loading branch information
Filipe Rosset authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent 5da41ce commit 1f9b769
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9710e7a77a0a0564a393250d86b8cb3d560bb69f
refs/heads/master: 0bc23083cfa0e4bee3a89254c0af7dc6a16513bb
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/em28xx/em28xx-audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ static int snd_em28xx_capture_open(struct snd_pcm_substream *substream)
dprintk("opening device and trying to acquire exclusive lock\n");

if (!dev) {
printk(KERN_ERR "BUG: em28xx can't find device struct."
em28xx_err("BUG: em28xx can't find device struct."
" Can't proceed with open\n");
return -ENODEV;
}
Expand Down Expand Up @@ -325,7 +325,7 @@ static int snd_em28xx_capture_open(struct snd_pcm_substream *substream)

return 0;
err:
printk(KERN_ERR "Error while configuring em28xx mixer\n");
em28xx_err("Error while configuring em28xx mixer\n");
return ret;
}

Expand Down

0 comments on commit 1f9b769

Please sign in to comment.