aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx88')
-rw-r--r--drivers/media/video/cx88/cx88-video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-video.c b/drivers/media/video/cx88/cx88-video.c
index a29c12754ef6..4c99fc39bb2a 100644
--- a/drivers/media/video/cx88/cx88-video.c
+++ b/drivers/media/video/cx88/cx88-video.c
@@ -1256,9 +1256,9 @@ int cx88_do_ioctl(struct inode *inode, struct file *file, int radio,
1256{ 1256{
1257 int err; 1257 int err;
1258 1258
1259 dprintk( 1, "CORE IOCTL: 0x%x\n", cmd );
1259 if (video_debug > 1) 1260 if (video_debug > 1)
1260 cx88_print_ioctl(core->name,cmd); 1261 cx88_print_ioctl(core->name,cmd);
1261 dprintk( 1, "CORE IOCTL: 0x%x\n", cmd );
1262 1262
1263 switch (cmd) { 1263 switch (cmd) {
1264 /* ---------- tv norms ---------- */ 1264 /* ---------- tv norms ---------- */