[PATCH -next] usb: gadget: multi: fix error return code in rndis_do_config()

2013-04-05 Thread Wei Yongjun
From: Wei Yongjun Fix to return a negative error code from the error handling case instead of 0, as returned elsewhere in this function. Signed-off-by: Wei Yongjun --- drivers/usb/gadget/multi.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/usb/gadget/multi.c b

[PATCH -next] usb: gadget: f_obex: fix error return code in obex_bind()

2013-04-05 Thread Wei Yongjun
From: Wei Yongjun Fix to return a negative error code from the error handling case instead of 0, as returned elsewhere in this function. Signed-off-by: Wei Yongjun --- drivers/usb/gadget/f_obex.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/gadget/f_obex.c b/drivers/usb/gadg

[PATCH -next] usb: gadget: cdc2: fix error return code in cdc_do_config()

2013-04-05 Thread Wei Yongjun
From: Wei Yongjun Fix to return a negative error code from the error handling case instead of 0, as returned elsewhere in this function. Signed-off-by: Wei Yongjun --- drivers/usb/gadget/cdc2.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/usb/gadget/cdc2.c b/d

Re: [GIT PULL] USB: changes for v3.10

2013-04-05 Thread Felipe Balbi
Hi, On Fri, Apr 05, 2013 at 03:19:22PM -0700, Greg KH wrote: > On Sat, Apr 06, 2013 at 12:41:02AM +0300, Felipe Balbi wrote: > > Hi, > > > > On Sat, Apr 06, 2013 at 12:21:52AM +0300, Felipe Balbi wrote: > > > Hi Greg, > > > > > > Here's a giant pull request for v3.10. All patches have been on >

Re: [PATCH -next] usb: gadget: multi: fix error return code in rndis_do_config()

2013-04-05 Thread Felipe Balbi
On Sat, Apr 06, 2013 at 12:39:34PM +0800, Wei Yongjun wrote: > From: Wei Yongjun > > Fix to return a negative error code from the error handling > case instead of 0, as returned elsewhere in this function. > > Signed-off-by: Wei Yongjun patch looks alright, but you need to blame which commit a

<    1   2