Re: [PATCH 04/10] usb: musb: Remove unnecessary shutdown function

2016-05-05 Thread Bin Liu
On Thu, May 05, 2016 at 12:28:52PM -0700, Tony Lindgren wrote: > * Bin Liu [160505 12:22]: > > > > Do we know what to be fixed? If not, I think we can drop this FIXME. > > Yeah seems pointless.. I think the next patch drops it. Yeah, I just read patch 05/10. > > Tony -- To

Re: [PATCH 04/10] usb: musb: Remove unnecessary shutdown function

2016-05-05 Thread Tony Lindgren
* Bin Liu [160505 12:22]: > > Do we know what to be fixed? If not, I think we can drop this FIXME. Yeah seems pointless.. I think the next patch drops it. Tony -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to

Re: [PATCH 04/10] usb: musb: Remove unnecessary shutdown function

2016-05-05 Thread Bin Liu
Hi, On Thu, Apr 28, 2016 at 10:33:14AM -0700, Tony Lindgren wrote: > We have remove() already calling shutdown(), so let's drop it > and move the code to remove(). > > Signed-off-by: Tony Lindgren > --- > drivers/usb/musb/musb_core.c | 39