aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pwc/pwc-v4l.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-04-13 15:06:24 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 14:08:48 -0300
commit5e28e00964cdc90dec5ebb4c00dfa2fc1ecf36fa (patch)
tree1182f566a69c7204405edb3dc59f74b93aa25da1 /drivers/media/video/pwc/pwc-v4l.c
parente9e6040df6c96678d7b776b3902e3b2c6bbfc5a3 (diff)
downloadkernel_samsung_smdk4412-5e28e00964cdc90dec5ebb4c00dfa2fc1ecf36fa.zip
kernel_samsung_smdk4412-5e28e00964cdc90dec5ebb4c00dfa2fc1ecf36fa.tar.gz
kernel_samsung_smdk4412-5e28e00964cdc90dec5ebb4c00dfa2fc1ecf36fa.tar.bz2
V4L/DVB (7558): videobuf: Improve command output for debug purposes
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pwc/pwc-v4l.c')
-rw-r--r--drivers/media/video/pwc/pwc-v4l.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/video/pwc/pwc-v4l.c b/drivers/media/video/pwc/pwc-v4l.c
index 32fbe1a..1742889 100644
--- a/drivers/media/video/pwc/pwc-v4l.c
+++ b/drivers/media/video/pwc/pwc-v4l.c
@@ -351,8 +351,10 @@ int pwc_video_do_ioctl(struct inode *inode, struct file *file,
return -EFAULT;
#ifdef CONFIG_USB_PWC_DEBUG
- if (PWC_DEBUG_LEVEL_IOCTL & pwc_trace)
+ if (PWC_DEBUG_LEVEL_IOCTL & pwc_trace) {
v4l_printk_ioctl(cmd);
+ printk("\n");
+ }
#endif