staging: most: hdm-usb: remove calls to usb_unachor_urb
authorChristian Gromm <christian.gromm@microchip.com>
Mon, 19 Sep 2016 15:40:24 +0000 (17:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Sep 2016 06:39:42 +0000 (08:39 +0200)
commit3fbcb92b74581eaec224efe6972aab7359a5230b
treef244f3e8fac20ef5e44922aee3d1cde1d06075cb
parentd223b37c9f44273c0cca5138118d6c75e5110bfa
staging: most: hdm-usb: remove calls to usb_unachor_urb

This patch removes the calls to usb_unanchor_urb() from the completion
routines, since disassociation of the URBs is already handles by the
USB subsystem.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/hdm-usb/hdm_usb.c