diff options
Diffstat (limited to 'drivers/media/video/v4l2-common.c')
-rw-r--r-- | drivers/media/video/v4l2-common.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/v4l2-common.c b/drivers/media/video/v4l2-common.c index 95a6e47c99f1..9b029e4dbfb7 100644 --- a/drivers/media/video/v4l2-common.c +++ b/drivers/media/video/v4l2-common.c | |||
@@ -481,7 +481,7 @@ void v4l_printk_ioctl_arg(char *s,unsigned int cmd, void *arg) | |||
481 | prt_names(p->memory,v4l2_memory_names), | 481 | prt_names(p->memory,v4l2_memory_names), |
482 | p->m.userptr); | 482 | p->m.userptr); |
483 | printk ("%s: timecode= %02d:%02d:%02d type=%d, " | 483 | printk ("%s: timecode= %02d:%02d:%02d type=%d, " |
484 | "flags=0x%08d, frames=%d, userbits=0x%08x", | 484 | "flags=0x%08d, frames=%d, userbits=0x%08x\n", |
485 | s,tc->hours,tc->minutes,tc->seconds, | 485 | s,tc->hours,tc->minutes,tc->seconds, |
486 | tc->type, tc->flags, tc->frames, (__u32) tc->userbits); | 486 | tc->type, tc->flags, tc->frames, (__u32) tc->userbits); |
487 | break; | 487 | break; |
@@ -489,8 +489,8 @@ void v4l_printk_ioctl_arg(char *s,unsigned int cmd, void *arg) | |||
489 | case VIDIOC_QUERYCAP: | 489 | case VIDIOC_QUERYCAP: |
490 | { | 490 | { |
491 | struct v4l2_capability *p=arg; | 491 | struct v4l2_capability *p=arg; |
492 | printk ("%s: driver=%s, card=%s, bus=%s, version=%d, " | 492 | printk ("%s: driver=%s, card=%s, bus=%s, version=0x%08x, " |
493 | "capabilities=%d\n", s, | 493 | "capabilities=0x%08x\n", s, |
494 | p->driver,p->card,p->bus_info, | 494 | p->driver,p->card,p->bus_info, |
495 | p->version, | 495 | p->version, |
496 | p->capabilities); | 496 | p->capabilities); |