Re: [PATCH 1/4] staging: most: hdm-usb: remove proprietary urb anchoring

2016-09-20 Thread Greg KH
On Mon, Sep 19, 2016 at 05:40:22PM +0200, Christian Gromm wrote: > This patch removes the propietary tracking of URBs. Instead the structure > usb_anchor of the USB subsystem is used. > > Signed-off-by: Christian Gromm Ah, nice job, glad to see these changes made.

[PATCH 1/4] staging: most: hdm-usb: remove proprietary urb anchoring

2016-09-19 Thread Christian Gromm
This patch removes the propietary tracking of URBs. Instead the structure usb_anchor of the USB subsystem is used. Signed-off-by: Christian Gromm --- drivers/staging/most/hdm-usb/hdm_usb.c | 75 ++ 1 file changed, 21 insertions(+),