Re: [PATCH 3/3] usb: musb: remove redundant stack buffer

2015-12-03 Thread Rasmus Villemoes
On Tue, Dec 01 2015, Felipe Balbi wrote: > Hi, > > Rasmus Villemoes writes: >> aRevision is only used once, so we might as well do the formatting as >> part of the pr_debug. This eliminates the stack buffer, and avoids >> doing the formatting at all when

Re: [PATCH 3/3] usb: musb: remove redundant stack buffer

2015-12-01 Thread Felipe Balbi
Hi, Rasmus Villemoes writes: > aRevision is only used once, so we might as well do the formatting as > part of the pr_debug. This eliminates the stack buffer, and avoids > doing the formatting at all when pr_debug is compiled out. > > Signed-off-by: Rasmus Villemoes

[PATCH 3/3] usb: musb: remove redundant stack buffer

2015-11-27 Thread Rasmus Villemoes
aRevision is only used once, so we might as well do the formatting as part of the pr_debug. This eliminates the stack buffer, and avoids doing the formatting at all when pr_debug is compiled out. Signed-off-by: Rasmus Villemoes --- drivers/usb/musb/musb_core.c | 12