commit | 6062ba61567f8e08f1767ae6d1c3788247da81dc | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Mar 23 07:27:21 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Mar 23 07:27:21 2018 -0400 |
tree | 4e5e7f96b83516c737110066658469921b3b9437 | |
parent | 43e69758e6c0cc05adc4d39316f65abb120a00a0 [diff] |
media: saa7134-alsa: don't use casts to print a buffer address Change the logic there to avoid casting, solving this warning: drivers/media/pci/saa7134/saa7134-alsa.c:276 saa7134_alsa_dma_init() warn: argument 3 to %08lx specifier is cast from pointer Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>