]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite09fe2354ed30a788e6576e90e96d449b001da27
tree94e1b4974db5cbb9043772e27697b7e1c00ebe56
parent728a35121fbb7d8c17e25a4301319b610f9a105e
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