From: Aaro Koskinen Date: Sun, 29 Jun 2014 19:52:53 +0000 (+0300) Subject: staging: octeon-usb: use usb_hcd_link_urb_to_ep() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5b90898d6360d8904ba439cafa308b073f27a83;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed