eventually get
into the 3.12 kernel.
> > -Original Message-
> > From: David Laight
> > Sent: 31 October 2013 15:10
> > To: linux-usb@vger.kernel.org
> > Subject: [PATCH] Fix ring expansion on BE hosts.
> >
> > Convert TRB_CYCLE to LE when initialising
Convert TRB_CYCLE to LE when initialising the ring entries.
---
drivers/usb/host/xhci-mem.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/host/xhci-mem.c b/drivers/usb/host/xhci-mem.c
index 83bcd13..79cdcc2 100644
--- a/drivers/usb/host/xhci-mem.c
+++ b/drivers/us