Re: [PATCH 2/2] usb: dwc3: debug: purge usage of strcat

2019-02-05 Thread Felipe Balbi
Felipe Balbi writes: > Hi, > > Jack Pham writes: >> On Tue, Feb 05, 2019 at 01:11:18PM +0200, Felipe Balbi wrote: >>> Now that buffer size is always passed around, we don't need to rely on >>> strcat anymore. >>> >>> Signed-off-by: Felipe Balbi >>> --- >>> drivers/usb/dwc3/debug.h | 14 ++

Re: [PATCH 2/2] usb: dwc3: debug: purge usage of strcat

2019-02-05 Thread Felipe Balbi
Hi, Jack Pham writes: > On Tue, Feb 05, 2019 at 01:11:18PM +0200, Felipe Balbi wrote: >> Now that buffer size is always passed around, we don't need to rely on >> strcat anymore. >> >> Signed-off-by: Felipe Balbi >> --- >> drivers/usb/dwc3/debug.h | 14 +- >> 1 file changed, 9 ins

Re: [PATCH 2/2] usb: dwc3: debug: purge usage of strcat

2019-02-05 Thread Jack Pham
Hi Felipe, On Tue, Feb 05, 2019 at 01:11:18PM +0200, Felipe Balbi wrote: > Now that buffer size is always passed around, we don't need to rely on > strcat anymore. > > Signed-off-by: Felipe Balbi > --- > drivers/usb/dwc3/debug.h | 14 +- > 1 file changed, 9 insertions(+), 5 deletion

[PATCH 2/2] usb: dwc3: debug: purge usage of strcat

2019-02-05 Thread Felipe Balbi
Now that buffer size is always passed around, we don't need to rely on strcat anymore. Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/debug.h | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/drivers/usb/dwc3/debug.h b/drivers/usb/dwc3/debug.h index e925a6b7300