aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/v4l2-common.c
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2006-03-25 09:24:19 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-03-25 09:29:42 -0300
commit22fe087f0139e2f5cbe004f24f84cb1c08b4711e (patch)
tree491908d98fedbe7bc38a12ee7483eb6cacf6d8ed /drivers/media/video/v4l2-common.c
parentV4L/DVB (3599c): Whitespace cleanups under Documentation/video4linux (diff)
downloadlinux-dev-22fe087f0139e2f5cbe004f24f84cb1c08b4711e.tar.xz
linux-dev-22fe087f0139e2f5cbe004f24f84cb1c08b4711e.zip
V4L/DVB (3604): V4l printk fix
drivers/media/video/v4l2-common.c: In function `v4l_printk_ioctl_arg': drivers/media/video/v4l2-common.c:477: warning: `0' flag used with `%p' printf format Someone went and "improved" my patch ;) Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/v4l2-common.c')
-rw-r--r--drivers/media/video/v4l2-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/v4l2-common.c b/drivers/media/video/v4l2-common.c
index 6824ee045fe6..11a97f30b876 100644
--- a/drivers/media/video/v4l2-common.c
+++ b/drivers/media/video/v4l2-common.c
@@ -472,7 +472,7 @@ void v4l_printk_ioctl_arg(char *s,unsigned int cmd, void *arg)
prt_names(p->memory,v4l2_memory_names),
p->m.userptr);
printk ("%s: timecode= %02d:%02d:%02d type=%d, "
- "flags=0x%08x, frames=%d, userbits=0x%08p\n",
+ "flags=0x%08x, frames=%d, userbits=0x%p\n",
s,tc->hours,tc->minutes,tc->seconds,
tc->type, tc->flags, tc->frames, tc->userbits);
break;