Re: [PATCH 0/4] usb: gadget: fotg210-udc: Fixes and cleanup

2018-02-17 Thread Hans Ulli Kroll
Hi Christophe On Mon, 12 Feb 2018, Christophe Jaillet wrote: > Le 12/02/2018 à 09:48, Felipe Balbi a écrit : > > [..] > > way around :-) First fixes, then cleanups. The reason is that fixes can > > get accepted during -rc cycle, but cleanups must wait until the next > > merge window. > > > >

Re: [PATCH 0/4] usb: gadget: fotg210-udc: Fixes and cleanup

2018-02-17 Thread Hans Ulli Kroll
Hi Christophe On Mon, 12 Feb 2018, Christophe Jaillet wrote: > Le 12/02/2018 à 09:48, Felipe Balbi a écrit : > > [..] > > way around :-) First fixes, then cleanups. The reason is that fixes can > > get accepted during -rc cycle, but cleanups must wait until the next > > merge window. > > > >

Re: [PATCH 0/4] usb: gadget: fotg210-udc: Fixes and cleanup

2018-02-12 Thread Christophe Jaillet
Le 12/02/2018 à 09:48, Felipe Balbi a écrit : Hi, Christophe JAILLET writes: This serie aims to fix 2 issues. (path 2 & 4) The 2nd patch fixes a memory leak. It uses devm_ function a simplify the handling of the memory. The 4th patch fixes a potential invalid

Re: [PATCH 0/4] usb: gadget: fotg210-udc: Fixes and cleanup

2018-02-12 Thread Christophe Jaillet
Le 12/02/2018 à 09:48, Felipe Balbi a écrit : Hi, Christophe JAILLET writes: This serie aims to fix 2 issues. (path 2 & 4) The 2nd patch fixes a memory leak. It uses devm_ function a simplify the handling of the memory. The 4th patch fixes a potential invalid pointer dereference. The 2

Re: [PATCH 0/4] usb: gadget: fotg210-udc: Fixes and cleanup

2018-02-12 Thread Felipe Balbi
Hi, Christophe JAILLET writes: > This serie aims to fix 2 issues. (path 2 & 4) > > The 2nd patch fixes a memory leak. It uses devm_ function a simplify the > handling of the memory. > > The 4th patch fixes a potential invalid pointer dereference. > > The 2 other

Re: [PATCH 0/4] usb: gadget: fotg210-udc: Fixes and cleanup

2018-02-12 Thread Felipe Balbi
Hi, Christophe JAILLET writes: > This serie aims to fix 2 issues. (path 2 & 4) > > The 2nd patch fixes a memory leak. It uses devm_ function a simplify the > handling of the memory. > > The 4th patch fixes a potential invalid pointer dereference. > > The 2 other ones, are just clean-ups to

[PATCH 0/4] usb: gadget: fotg210-udc: Fixes and cleanup

2018-01-12 Thread Christophe JAILLET
This serie aims to fix 2 issues. (path 2 & 4) The 2nd patch fixes a memory leak. It uses devm_ function a simplify the handling of the memory. The 4th patch fixes a potential invalid pointer dereference. The 2 other ones, are just clean-ups to remove useless code and add other uses of devm_

[PATCH 0/4] usb: gadget: fotg210-udc: Fixes and cleanup

2018-01-12 Thread Christophe JAILLET
This serie aims to fix 2 issues. (path 2 & 4) The 2nd patch fixes a memory leak. It uses devm_ function a simplify the handling of the memory. The 4th patch fixes a potential invalid pointer dereference. The 2 other ones, are just clean-ups to remove useless code and add other uses of devm_