Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd067a8d authored by Devin Heitmueller's avatar Devin Heitmueller Committed by Mauro Carvalho Chehab
Browse files

[media] cx231xx: fix format string warning



Change a %x to a %p since the variable is a pointer

Signed-off-by: default avatarDevin Heitmueller <dheitmueller@hauppauge.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 2bfcc061
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2010,7 +2010,7 @@ static int mpeg_release(struct file *file)
	struct cx231xx_fh  *fh  = file->private_data;
	struct cx231xx_fh  *fh  = file->private_data;
	struct cx231xx *dev = fh->dev;
	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) {
	if (!dev) {
		dprintk(3, "abort!!!\n");
		dprintk(3, "abort!!!\n");