summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-q.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ehci-q.c')
-rw-r--r--drivers/usb/host/ehci-q.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-q.c b/drivers/usb/host/ehci-q.c
index 271987952e3..efd5b3131ea 100644
--- a/drivers/usb/host/ehci-q.c
+++ b/drivers/usb/host/ehci-q.c
@@ -998,7 +998,7 @@ static void qh_link_async (struct ehci_hcd *ehci, struct ehci_qh *qh)
/*
* flush qh descriptor into memory immediately,
* see comments in qh_append_tds.
- * */
+ */
ehci_sync_mem();
qh_get(qh);
@@ -1097,7 +1097,11 @@ static struct ehci_qh *qh_append_tds (
* is added to flush 'token' immediatelly into
* memory, so that ehci can execute the transaction
* ASAP.
+<<<<<<< HEAD
* */
+=======
+ */
+>>>>>>> upstream/linaro-3.1
ehci_sync_mem();
urb->hcpriv = qh_get (qh);