Re: [PATCH] usb/gadget: use kasprintf() instead of open coding it

2016-10-10 Thread Juergen Gross
On 10/10/16 12:26, Felipe Balbi wrote: > > Hi, > > Juergen Gross writes: > >> Signed-off-by: Juergen Gross > > I can't apply anything without a commit log. Sorry. I always thought a subject line telling the complete story would be enough. I'll resend with

Re: [PATCH] usb/gadget: use kasprintf() instead of open coding it

2016-10-10 Thread Felipe Balbi
Hi, Juergen Gross writes: > Signed-off-by: Juergen Gross I can't apply anything without a commit log. Sorry. > diff --git a/drivers/usb/gadget/composite.c b/drivers/usb/gadget/composite.c > index 32176f7..455efec 100644 > ---

[PATCH] usb/gadget: use kasprintf() instead of open coding it

2016-10-10 Thread Juergen Gross
Signed-off-by: Juergen Gross --- drivers/usb/gadget/composite.c | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/drivers/usb/gadget/composite.c b/drivers/usb/gadget/composite.c index 32176f7..455efec 100644 --- a/drivers/usb/gadget/composite.c