• Arnd Bergmann's avatar
    ASoC: fsl: use correct format string for dma_addr_t · 34e684fa
    Arnd Bergmann authored
    We get a warning for the imx-pcm-fiq driver when CONFIG_LPAE
    is enabled on ARM, because dma_addr_t is 64-bit then:
    
    sound/soc/fsl/imx-pcm-fiq.c: In function 'snd_imx_pcm_mmap':
    sound/soc/fsl/imx-pcm-fiq.c:223:107: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t {aka long long unsigned int}' [-Wformat=]
    
    This changes the printk to use the correct format string for
    printing a dma_addr_t.
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Signed-off-by: default avatarMark Brown <broonie@kernel.org>
    34e684fa
imx-pcm-fiq.c 9.27 KB