Re: [PATCH 3/8] usb: cdns3: gadget: calculate TDL correctly

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 20-09-08 09:21:42, Felipe Balbi wrote:
> 
> Hi,
> 
> Peter Chen <peter.chen@xxxxxxx> writes:
> > @@ -1168,9 +1169,19 @@ static int cdns3_ep_run_transfer(struct cdns3_endpoint *priv_ep,
> >  
> >  	/* set incorrect Cycle Bit for first trb*/
> >  	control = priv_ep->pcs ? 0 : TRB_CYCLE;
> > +	trb->length = 0;
> > +	if (priv_dev->dev_ver >= DEV_VER_V2) {
> > +		td_size = DIV_ROUND_UP(request->length,
> > +				       priv_ep->endpoint.maxpacket);
> 
> spaces for indentation?
> 

Will delete the spaces, thanks.

-- 

Thanks,
Peter Chen



[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux