[media] cx231xx: fix format string warning
authorDevin Heitmueller <dheitmueller@hauppauge.com>
Wed, 7 Jul 2010 22:28:23 +0000 (19:28 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 03:17:17 +0000 (01:17 -0200)
Change a %x to a %p since the variable is a pointer

Signed-off-by: Devin Heitmueller <dheitmueller@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx231xx/cx231xx-417.c

index d0e0d71..38acc55 100644 (file)
@@ -2010,7 +2010,7 @@ static int mpeg_release(struct file *file)
        struct cx231xx_fh  *fh  = file->private_data;
        struct cx231xx *dev = fh->dev;
 
-       dprintk(3, "mpeg_release()! dev=0x%x\n", dev);
+       dprintk(3, "mpeg_release()! dev=0x%p\n", dev);
 
        if (!dev) {
                dprintk(3, "abort!!!\n");