commit | 3fbcb92b74581eaec224efe6972aab7359a5230b | [log] [tgz] |
---|---|---|
author | Christian Gromm <christian.gromm@microchip.com> | Mon Sep 19 17:40:24 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 20 08:39:42 2016 +0200 |
tree | f244f3e8fac20ef5e44922aee3d1cde1d06075cb | |
parent | d223b37c9f44273c0cca5138118d6c75e5110bfa [diff] |
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>