Skip to content

Commit

Permalink
V4L/DVB (13289): em28xx-audio: Convert printks to em28xx_err
Browse files Browse the repository at this point in the history
Convert printks to em28xx_err.

Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Filipe Rosset authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent 9710e7a commit 0bc2308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 0bc2308

Please sign in to comment.