summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/em28xx/em28xx-audio.c
diff options
context:
space:
mode:
authorDouglas Schilling Landgraf <dougsland@redhat.com>2009-02-08 02:16:32 -0200
committerDouglas Schilling Landgraf <dougsland@redhat.com>2009-02-08 02:16:32 -0200
commita24b83e8ea0f14b0f879c03a8d9547b6cb06e7e4 (patch)
treee4044248546f408b05f7dd5e462594fafbfde407 /linux/drivers/media/video/em28xx/em28xx-audio.c
parent88f9e29eb77d77129e59b899af1ef9e462997409 (diff)
downloadmediapointer-dvb-s2-a24b83e8ea0f14b0f879c03a8d9547b6cb06e7e4.tar.gz
mediapointer-dvb-s2-a24b83e8ea0f14b0f879c03a8d9547b6cb06e7e4.tar.bz2
em28xx-audio: replace printk with em28xx_errdev
From: Alexey Klimov <klimov.linux@gmail.com> Patch removes printk and place em28xx_errdev macros to provide information about driver name to dmesg. Priority: normal Signed-off-by: Alexey Klimov <klimov.linux@gmail.com> Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/em28xx/em28xx-audio.c')
-rw-r--r--linux/drivers/media/video/em28xx/em28xx-audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-audio.c b/linux/drivers/media/video/em28xx/em28xx-audio.c
index 5102ff75f..1d665ba27 100644
--- a/linux/drivers/media/video/em28xx/em28xx-audio.c
+++ b/linux/drivers/media/video/em28xx/em28xx-audio.c
@@ -253,7 +253,7 @@ static int em28xx_cmd(struct em28xx *dev, int cmd, int arg)
dev->adev.capture_stream = STREAM_OFF;
em28xx_deinit_isoc_audio(dev);
} else {
- printk(KERN_ERR "An underrun very likely occurred. "
+ em28xx_errdev("An underrun very likely occurred. "
"Ignoring it.\n");
}
return 0;