From 18589738eeee7d561058e2e30b154ea97c91e3e9 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Wed, 26 Feb 2014 20:53:43 -0300 Subject: [PATCH] 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-format-patch failed