Hello.

On 08/07/2012 05:09 PM, Roger Quadros wrote:

> Signed-off-by: Roger Quadros <[email protected]>
> ---
>  drivers/usb/musb/musb_gadget.c |   34 +++++++++++++++-------------------
>  1 files changed, 15 insertions(+), 19 deletions(-)

> diff --git a/drivers/usb/musb/musb_gadget.c b/drivers/usb/musb/musb_gadget.c
> index 5c4392b..2bb50ca 100644
> --- a/drivers/usb/musb/musb_gadget.c
> +++ b/drivers/usb/musb/musb_gadget.c
[...]
> @@ -742,35 +743,30 @@ static void rxstate(struct musb *musb, struct 
> musb_request *req)
[...]
> +                             use_dma = c->channel_program(
> +                                             channel,
> +                                             musb_ep->packet_sz,
> +                                             channel->desired_mode,
> +                                             request->dma
> +                                             + request->actual,

   There's enought space on the line to not break this expression.

WBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to