From: Fabio Estevam Date: Wed, 26 Feb 2014 23:53:43 +0000 (-0300) Subject: imx-drm: ipuv3-plane: Use %pad to print 'dma_addr_t' X-Git-Tag: v3.15-rc1~139^2~820 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18589738eeee7d561058e2e30b154ea97c91e3e9;p=pandora-kernel.git 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 Signed-off-by: Fabio Estevam Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed