diff options
author | Alexey Klimov <klimov.linux@gmail.com> | 2009-02-07 23:16:32 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:42:44 -0400 |
commit | 5c030de4757f64246897babcaa7091b4b391a660 (patch) | |
tree | 6ed2b895f50aef34b34147ce7090c8c8709fcb9f /drivers/media/video | |
parent | bf510ac380c0e5aac813455fdf7364613cf75b72 (diff) |
V4L/DVB (10522): em28xx-audio: replace printk with em28xx_errdev
Patch removes printk and place em28xx_errdev macros to provide
information about driver name to dmesg.
Signed-off-by: Alexey Klimov <klimov.linux@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-audio.c b/drivers/media/video/em28xx/em28xx-audio.c index 38436af2164b..05d145f78b6e 100644 --- a/drivers/media/video/em28xx/em28xx-audio.c +++ b/drivers/media/video/em28xx/em28xx-audio.c | |||
@@ -231,7 +231,7 @@ static int em28xx_cmd(struct em28xx *dev, int cmd, int arg) | |||
231 | dev->adev.capture_stream = STREAM_OFF; | 231 | dev->adev.capture_stream = STREAM_OFF; |
232 | em28xx_deinit_isoc_audio(dev); | 232 | em28xx_deinit_isoc_audio(dev); |
233 | } else { | 233 | } else { |
234 | printk(KERN_ERR "An underrun very likely occurred. " | 234 | em28xx_errdev("An underrun very likely occurred. " |
235 | "Ignoring it.\n"); | 235 | "Ignoring it.\n"); |
236 | } | 236 | } |
237 | return 0; | 237 | return 0; |