usb: gadget: s3c2410_udc: Remove static char buffer, use vsprintf extension %pV
authorJoe Perches <joe@perches.com>
Fri, 27 Mar 2015 05:43:39 +0000 (22:43 -0700)
committerFelipe Balbi <balbi@ti.com>
Thu, 7 May 2015 18:37:41 +0000 (13:37 -0500)
Using unnecessary static char buffers isn't good.
Use the %pV extension instead.

Miscellanea:

o the dprintk return value is unused, make it void
o add __printf format and argument verification

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/udc/s3c2410_udc.c

Simple merge