From e5b90898d6360d8904ba439cafa308b073f27a83 Mon Sep 17 00:00:00 2001 From: Aaro Koskinen Date: Sun, 29 Jun 2014 22:52:53 +0300 Subject: [PATCH] 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-format-patch failed