git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db978e2
)
usb: gadget: s3c2410_udc: Remove static char buffer, use vsprintf extension %pV
author
Joe Perches
<joe@perches.com>
Fri, 27 Mar 2015 05:43:39 +0000
(22:43 -0700)
committer
Felipe 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
patch
|
blob
|
history
diff --cc
drivers/usb/gadget/udc/s3c2410_udc.c
Simple merge