Re: [PATCH v6 2/3] usb: musb: da8xx: Use devm in probe

2016-09-12 Thread Bin Liu
Hi, On Tue, Sep 06, 2016 at 02:17:03PM -0500, Bin Liu wrote: > Hi, > > On Mon, Sep 05, 2016 at 03:00:32PM -0500, David Lechner wrote: > > Simplify things a bit by using devm functions where possible. > > > > Signed-off-by: David Lechner > > --- > > drivers/usb/musb/da8xx.c | 19 +--

Re: [PATCH v6 2/3] usb: musb: da8xx: Use devm in probe

2016-09-06 Thread Bin Liu
Hi, On Mon, Sep 05, 2016 at 03:00:32PM -0500, David Lechner wrote: > Simplify things a bit by using devm functions where possible. > > Signed-off-by: David Lechner > --- > drivers/usb/musb/da8xx.c | 19 +-- > 1 file changed, 5 insertions(+), 14 deletions(-) > > diff --git a/dri