commit | 04f849c00cf6228092d37876896fbd541a0f3393 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Nov 01 17:05:46 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Mon Dec 11 13:04:56 2017 -0500 |
tree | 15bac05831bc587ea4a1b241165588916d60ef87 | |
parent | 021c01d3dc8291105338b455b994a48b807f26c3 [diff] |
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>