Re: FW: [PATCH] Fix ring expansion on BE hosts.

2013-11-05 Thread Sarah Sharp
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

[PATCH] Fix ring expansion on BE hosts.

2013-10-31 Thread David Laight
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