[PATCH] usb/isp1760: Fix sparse warnings (local functions not declared static).

2013-01-09 Thread Arvid Brodin
ic? Signed-off-by: Arvid Brodin --- drivers/usb/host/isp1760-hcd.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/host/isp1760-hcd.c b/drivers/usb/host/isp1760-hcd.c index a35bbdd..125e261 100644 --- a/drivers/usb/host/isp1760-hcd.c +++ b/drivers/us

Re: isp1760: Abort mechanism when alloc_mem() failed?

2012-10-18 Thread Arvid Brodin
t and try again" > > > Thanks so much for everyone's time Hi Richard! If there's not enough free on-chip memory to transfer a qtd, we just leave it in the software/kernel queue and wait until other qtds have finished, and then try again. So there's no trace-back to t