On 20-09-08 09:19:52, Felipe Balbi wrote: > > Hi, > > Peter Chen <peter.chen@xxxxxxx> writes: > > @@ -1162,22 +1164,24 @@ static int cdns3_ep_run_transfer(struct cdns3_endpoint *priv_ep, > > if (priv_dev->dev_ver <= DEV_VER_V2) > > togle_pcs = cdns3_wa1_update_guard(priv_ep, trb); > > > > + if (sg_supported) > > + s = request->sg; > > + > > /* set incorrect Cycle Bit for first trb*/ > > control = priv_ep->pcs ? 0 : TRB_CYCLE; > > - > > unnecessary change > Will change, thanks. -- Thanks, Peter Chen