From: Jingoo Han Date: Wed, 22 Oct 2014 02:52:01 +0000 (+0900) Subject: USB: imx21-hcd: use %pad for dma_addr_t X-Git-Tag: omap-for-v3.19/fixes-rc1~87^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a57971bfa1e9aa9b42ed72df027d5b985b31b56b;p=pandora-kernel.git USB: imx21-hcd: use %pad for dma_addr_t Use %pad for dma_addr_t, because a dma_addr_t type can vary based on build options. So, it prevents the following build warnings in printks. drivers/usb/host/imx21-hcd.c:1175:2: warning: format '%X' expects argument of type 'unsigned int', but argument 8 has type 'dma_addr_t' [-Wformat] drivers/usb/host/imx21-hcd.c:1175:2: warning: format '%X' expects argument of type 'unsigned int', but argument 10 has type 'dma_addr_t' [-Wformat] Signed-off-by: Jingoo Han Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed