summaryrefslogtreecommitdiff
path: root/drivers/media/video/cx23885/cx23885-alsa.c
diff options
context:
space:
mode:
authorSteven Toth <stoth@kernellabs.com>2011-10-10 11:09:54 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-10-14 17:08:46 -0300
commitb5f74050043f4782517cd9aa2b68c13ebf5cfa90 (patch)
treec5f8979e4af73ef58fe45ec075a6c352f1dc1ea6 /drivers/media/video/cx23885/cx23885-alsa.c
parent6aa07d9e6329c93dfa5f6ff4fce8602f2a33b891 (diff)
downloadlwn-b5f74050043f4782517cd9aa2b68c13ebf5cfa90.tar.gz
lwn-b5f74050043f4782517cd9aa2b68c13ebf5cfa90.zip
[media] cx23885: initial support for VBI with the cx23885
A handlful of coding style issue cleaned up in the following patches. Signed-off-by: Steven Toth <stoth@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-alsa.c')
-rw-r--r--drivers/media/video/cx23885/cx23885-alsa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx23885/cx23885-alsa.c b/drivers/media/video/cx23885/cx23885-alsa.c
index 668776d0e98d..795169237e70 100644
--- a/drivers/media/video/cx23885/cx23885-alsa.c
+++ b/drivers/media/video/cx23885/cx23885-alsa.c
@@ -46,10 +46,10 @@
#define AUDIO_SRAM_CHANNEL SRAM_CH07
#define dprintk(level, fmt, arg...) if (audio_debug >= level) \
- printk(KERN_INFO "%s/1: " fmt, chip->dev->name , ## arg)
+ printk(KERN_INFO "%s: " fmt, chip->dev->name , ## arg)
#define dprintk_core(level, fmt, arg...) if (audio_debug >= level) \
- printk(KERN_DEBUG "%s/1: " fmt, chip->dev->name , ## arg)
+ printk(KERN_DEBUG "%s: " fmt, chip->dev->name , ## arg)
/****************************************************************************
Module global static vars