Re: [PATCH 02/17] usb: isp1760: Move removal cleanup code to isp1760-hcd.c

2014-10-06 Thread Felipe Balbi
On Mon, Oct 06, 2014 at 06:54:50PM +0300, Laurent Pinchart wrote: > The removal cleanup code is duplicated between the different bus glues. > Move it to a central location. > > Signed-off-by: Laurent Pinchart > --- > drivers/usb/host/isp1760-hcd.c | 15 > drivers/usb/host/isp1760-hcd.h

[PATCH 02/17] usb: isp1760: Move removal cleanup code to isp1760-hcd.c

2014-10-06 Thread Laurent Pinchart
The removal cleanup code is duplicated between the different bus glues. Move it to a central location. Signed-off-by: Laurent Pinchart --- drivers/usb/host/isp1760-hcd.c | 15 drivers/usb/host/isp1760-hcd.h | 2 ++ drivers/usb/host/isp1760-if.c | 80 ---