Re: [RESEND/PATCH 6/6] USB: musb-gadget: fix dma length in txstate

2010-09-15 Thread Felipe Balbi
On Tue, Sep 14, 2010 at 12:43:25PM -0500, Sergei Shtylyov wrote: Hello. tom.leim...@gmail.com wrote: From: Ming Lei DMA length should not go beyond the availabe space of request buffer, so fix it. Signed-off-by: Ming Lei Cc: David Brownell Cc: Felipe Balbi Cc: Anand Gadiyar Cc: Mike

Re: [RESEND/PATCH 6/6] USB: musb-gadget: fix dma length in txstate

2010-09-14 Thread Sergei Shtylyov
Hello. tom.leim...@gmail.com wrote: From: Ming Lei DMA length should not go beyond the availabe space of request buffer, so fix it. Signed-off-by: Ming Lei Cc: David Brownell Cc: Felipe Balbi Cc: Anand Gadiyar Cc: Mike Frysinger Cc: Sergei Shtylyov [...] diff --git a/drivers/us

[RESEND/PATCH 6/6] USB: musb-gadget: fix dma length in txstate

2010-09-07 Thread tom . leiming
From: Ming Lei DMA length should not go beyond the availabe space of request buffer, so fix it. Signed-off-by: Ming Lei Cc: David Brownell Cc: Felipe Balbi Cc: Anand Gadiyar Cc: Mike Frysinger Cc: Sergei Shtylyov --- drivers/usb/musb/musb_gadget.c | 18 +- 1 files change