Re: [U-Boot] [PATCH 1/4] usb: ci_udc: call udc_disconnect() from ci_pullup()

2014-06-10 Thread Marek Vasut
On Tuesday, June 10, 2014 at 07:02:35 PM, Stephen Warren wrote: > From: Stephen Warren > > ci_pullup()'s !is_on path contains a cut/paste copy of udc_disconnect(). > Remove the duplication by simply calling udc_disconnect() instead. > > Signed-off-by: Stephen Warren Applied all, thanks. Best

[U-Boot] [PATCH 1/4] usb: ci_udc: call udc_disconnect() from ci_pullup()

2014-06-10 Thread Stephen Warren
From: Stephen Warren ci_pullup()'s !is_on path contains a cut/paste copy of udc_disconnect(). Remove the duplication by simply calling udc_disconnect() instead. Signed-off-by: Stephen Warren --- drivers/usb/gadget/ci_udc.c | 28 1 file changed, 12 insertions(+), 16