usb: gadget: s3c-hsotg: use %pad for dma_addr_t
authorJingoo Han <jg1.han@samsung.com>
Tue, 4 Feb 2014 05:25:29 +0000 (14:25 +0900)
committerFelipe Balbi <balbi@ti.com>
Tue, 18 Feb 2014 16:52:52 +0000 (10:52 -0600)
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 <jg1.han@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/s3c-hsotg.c

Simple merge