diff options
author | Steven Toth <stoth@kernellabs.com> | 2011-10-10 11:09:54 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-10-14 17:08:46 -0300 |
commit | b5f74050043f4782517cd9aa2b68c13ebf5cfa90 (patch) | |
tree | c5f8979e4af73ef58fe45ec075a6c352f1dc1ea6 /drivers/media/video/cx23885/cx23885-alsa.c | |
parent | 6aa07d9e6329c93dfa5f6ff4fce8602f2a33b891 (diff) | |
download | lwn-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.c | 4 |
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 |