Re: [PATCH 1/1] usb: gadget: f_uac2: fix error handling at afunc_bind

2016-11-03 Thread Peter Chen
On Thu, Nov 03, 2016 at 10:50:23AM +0200, Felipe Balbi wrote: > > Hi, > > Peter Chen writes: > > The current error handling flow uses incorrect goto label, fix it > > > > Cc: > > Fixes: d12a8727171c ("usb: gadget: function: Remove > > redundant

Re: [PATCH 1/1] usb: gadget: f_uac2: fix error handling at afunc_bind

2016-11-03 Thread Felipe Balbi
Hi, Peter Chen writes: > The current error handling flow uses incorrect goto label, fix it > > Cc: > Fixes: d12a8727171c ("usb: gadget: function: Remove > redundant usb_free_all_descriptors") > Signed-off-by: Peter Chen

[PATCH 1/1] usb: gadget: f_uac2: fix error handling at afunc_bind

2016-10-26 Thread Peter Chen
The current error handling flow uses incorrect goto label, fix it Cc: Fixes: d12a8727171c ("usb: gadget: function: Remove redundant usb_free_all_descriptors") Signed-off-by: Peter Chen --- drivers/usb/gadget/function/f_uac2.c | 20