[media] cx231xx: fix format string warning
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>
This commit is contained in:
parent
2bfcc0611d
commit
dd067a8de7
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue