Re: [PATCH v2 1/4] usb: gadget: f_mass_storage: stop thread in bind failure case

2015-06-08 Thread Michal Nazarewicz
On Mon, Jun 08 2015, Sanjay Singh Rawat wrote: > After the worker thread is launched, bind function is doing further > configuration. In case of failure stop the thread. > > Signed-off-by: Sanjay Singh Rawat Acked-by: Michal Nazarewicz > --- > drivers/usb/gadget/function/f_mass_storage.c | 7 +

[PATCH v2 1/4] usb: gadget: f_mass_storage: stop thread in bind failure case

2015-06-07 Thread Sanjay Singh Rawat
After the worker thread is launched, bind function is doing further configuration. In case of failure stop the thread. Signed-off-by: Sanjay Singh Rawat --- drivers/usb/gadget/function/f_mass_storage.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/usb/gadget/