]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: octeon-usb: use usb_hcd_link_urb_to_ep()
authorAaro Koskinen <aaro.koskinen@iki.fi>
Sun, 29 Jun 2014 19:52:53 +0000 (22:52 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Jul 2014 23:39:22 +0000 (16:39 -0700)
commite5b90898d6360d8904ba439cafa308b073f27a83
tree9f546b0582c50e77b860bbfd9bd9e474f593b3ce
parentcdd15d892582a2d11418cce04c13cb806a8a94f0
staging: octeon-usb: use usb_hcd_link_urb_to_ep()

The driver did not use link_urb_to_ep() / unlink_urb_from_ep(). This
caused odd behaviour in some error recovery situations, all requests
would start to fail after the first failure.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon-usb/octeon-hcd.c