Re: [PATCH 5/5] xhci: Remove recursive call to xhci_handle_event

2011-03-25 Thread Sergei Shtylyov
Hello. On 25-03-2011 10:44, Matt Evans wrote: Make the caller loop while there are events to handle, instead. Signed-off-by: Matt Evans --- drivers/usb/host/xhci-ring.c | 16 +--- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/drivers/usb/host/xhci-ring.c b

[PATCH 5/5] xhci: Remove recursive call to xhci_handle_event

2011-03-25 Thread Matt Evans
Make the caller loop while there are events to handle, instead. Signed-off-by: Matt Evans --- drivers/usb/host/xhci-ring.c | 16 +--- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c index b46efd9..97bedd6 10