usb: musb: remove redundant stack buffers
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Tue, 13 Sep 2016 02:48:36 +0000 (21:48 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Sep 2016 15:20:02 +0000 (17:20 +0200)
commit21b031fbd165398b8e3ba323a8a11f13f721be6f
tree94e1b4974db5cbb9043772e27697b7e1c00ebe56
parent48fed03b4b37f03f469333269fec50b2b41ed7fb
usb: musb: remove redundant stack buffers

aDate is always the empty string, so entirely pointless. The aRevision
formatting might as well be done as part of the pr_debug() call - that
also avoids it altogether if pr_debug is compiled out.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/musb_core.c