]> git.karo-electronics.de Git - karo-tx-linux.git/commit
imx-drm: ipuv3-plane: Use %pad to print 'dma_addr_t'
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 26 Feb 2014 23:53:43 +0000 (20:53 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Feb 2014 22:57:43 +0000 (14:57 -0800)
commit18589738eeee7d561058e2e30b154ea97c91e3e9
tree3786c6e7a8bb76fd3d269c4555c6c0d1c591e78b
parent39dcf4f708992318ba331319a69ff77db4e70864
imx-drm: ipuv3-plane: Use %pad to print 'dma_addr_t'

Fix the following static checker warning:

drivers/staging/imx-drm/ipuv3-plane.c:75:2: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'dma_addr_t' [-Wformat]

Use %pad to print 'dma_addr_t'.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/imx-drm/ipuv3-plane.c