RE: [PATCH 2/2] USB: musb-gadget: fix DMA length for OUT transfer

2010-08-27 Thread Gadiyar, Anand
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: Anand Gadiyar > Cc: Mike Frysinger > Cc: Sergei Shtylyov There's a small typo in the description. But for the patch itse

[PATCH 2/2] USB: musb-gadget: fix DMA length for OUT transfer

2010-08-27 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: Anand Gadiyar Cc: Mike Frysinger Cc: Sergei Shtylyov --- drivers/usb/musb/musb_gadget.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dr