RE: [PATCH] usb: cdns3: delete repeated clear operations

2021-03-29 Thread Pawel Laszczak
> >On 21-03-22 07:19:46, Pawel Laszczak wrote: >> Hi Peter, >> >> Can you add this patch to for-usb-next branch. >> > >Feel free add your ACK base on this patch. > >Peter >> Thanks. >> >> > >> > >> >dma_alloc_coherent already zeroes out memory, so memset is not needed. >> > >> >Signed-off-by: Wang

Re: [PATCH] usb: cdns3: delete repeated clear operations

2021-03-26 Thread Peter Chen
On 21-03-22 07:19:46, Pawel Laszczak wrote: > Hi Peter, > > Can you add this patch to for-usb-next branch. > Feel free add your ACK base on this patch. Peter > Thanks. > > > > > > >dma_alloc_coherent already zeroes out memory, so memset is not needed. > > > >Signed-off-by: Wang Qing > > Revi

RE: [PATCH] usb: cdns3: delete repeated clear operations

2021-03-22 Thread Pawel Laszczak
Hi Peter, Can you add this patch to for-usb-next branch. Thanks. > > >dma_alloc_coherent already zeroes out memory, so memset is not needed. > >Signed-off-by: Wang Qing Reviewed-by: Pawel Laszczak >--- > drivers/usb/cdns3/cdnsp-mem.c | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/driv