RE: [PATCH v3] usb: cdns3: Variable 'length' set but not used

2020-10-28 Thread Pawel Laszczak
> >> Peter, >> >> It looks like you missed the " [PATCH v3] usb: cdns3: Variable 'length' set >> but >> not used" >> >> It's quite important because compiler complains for this when I use W=1. >> > >Pawel, it is

RE: [PATCH v3] usb: cdns3: Variable 'length' set but not used

2020-10-28 Thread Peter Chen
> Peter, > > It looks like you missed the " [PATCH v3] usb: cdns3: Variable 'length' set > but > not used" > > It's quite important because compiler complains for this when I use W=1. > Pawel, it is the bug-fix, and located at branch:

RE: [PATCH v3] usb: cdns3: Variable 'length' set but not used

2020-10-28 Thread Peter Chen
> > > > >> Peter, > >> > >> It looks like you missed the " [PATCH v3] usb: cdns3: Variable > >> 'length' set but not used" > >> > >> It's quite important because compiler complains for this when I use W=1. > >>

RE: [PATCH v3] usb: cdns3: Variable 'length' set but not used

2020-10-27 Thread Pawel Laszczak
Peter, It looks like you missed the " [PATCH v3] usb: cdns3: Variable 'length' set but not used" It's quite important because compiler complains for this when I use W=1. Thanks, Pawel >> > >> > A gentle ping. >> > >> > I assume that you shou

RE: [PATCH v3] usb: cdns3: Variable 'length' set but not used

2020-10-26 Thread Peter Chen
> > > > A gentle ping. > > > > I assume that you should add this and the rest overdue cdsn3 patches > > as first to you ci-for-usb-next branch. > > Am I right? > > > > Hi Pawel, > > I queued them locally, and I waited for v5.10-rc1 which was out yesterday, > then > I will apply them, and add

RE: [PATCH v3] usb: cdns3: Variable 'length' set but not used

2020-10-26 Thread Peter Chen
> > A gentle ping. > > I assume that you should add this and the rest overdue cdsn3 patches as first > to you ci-for-usb-next branch. > Am I right? > Hi Pawel, I queued them locally, and I waited for v5.10-rc1 which was out yesterday, then I will apply them, and add cdns3 patches to my

RE: [PATCH v3] usb: cdns3: Variable 'length' set but not used

2020-10-26 Thread Pawel Laszczak
Hi Peter, A gentle ping. I assume that you should add this and the rest overdue cdsn3 patches as first to you ci-for-usb-next branch. Am I right? Pawel >Patch removes not used variable 'length' from >cdns3_wa2_descmiss_copy_data function. > >Fixes: 141e70fef4ee ("usb: cdns3: gadget: need to

[PATCH v3] usb: cdns3: Variable 'length' set but not used

2020-10-14 Thread Pawel Laszczak
Patch removes not used variable 'length' from cdns3_wa2_descmiss_copy_data function. Fixes: 141e70fef4ee ("usb: cdns3: gadget: need to handle sg case for workaround 2 case") Signed-off-by: Pawel Laszczak Acked-by: Roger Quadros --- Changelog: v3 - added "Acked-by" tag. v2 - added "Fixes" tag.