From 8b3bc14f2d841eaabaaad6aba05b7657dd0b5c7e Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Tue, 4 Feb 2014 14:25:29 +0900 Subject: [PATCH] usb: gadget: s3c-hsotg: use %pad for dma_addr_t Use %pad for dma_addr_t to avoid the following build warnings in printks. drivers/usb/gadget/s3c-hsotg.c: In function 's3c_hsotg_start_req' drivers/usb/gadget/s3c-hsotg.c:722:3: warning: format '%x' expects argument of type 'unsigned int' but argument 6 has type 'dma_addr_t' [-Wformat] drivers/usb/gadget/s3c-hsotg.c:792:3: warning: format '%x' expects argument of type 'unsigned int' but argument 5 has type 'dma_addr_t' [-Wformat] Signed-off-by: Jingoo Han Signed-off-by: Felipe Balbi --- Reading git-format-patch failed