media: cx25821-alsa: fix usage of a pointer printk
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 1 Nov 2017 21:05:46 +0000 (17:05 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 11 Dec 2017 18:04:56 +0000 (13:04 -0500)
commit04f849c00cf6228092d37876896fbd541a0f3393
tree15bac05831bc587ea4a1b241165588916d60ef87
parent021c01d3dc8291105338b455b994a48b807f26c3
media: cx25821-alsa: fix usage of a pointer printk

As warned by smatch:
drivers/media/pci/cx25821/cx25821-alsa.c:155 cx25821_alsa_dma_init() warn: argument 3 to %08lx specifier is cast from pointer

Use the standard %p to print a pointer.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/pci/cx25821/cx25821-alsa.c