RE: [PATCH 2/9] usb: cdns3: Improvement: removed not needed variables initialization

2020-07-08 Thread Pawel Laszczak
> > >On 20-07-01 08:19:57, Pawel Laszczak wrote: >> Patch remove some variables initialization from core.c and drd.c >> file. >> >> Signed-off-by: Pawel Laszczak >> --- >> drivers/usb/cdns3/core.c | 4 ++-- >> drivers/usb/cdns3/drd.c | 19 +-- >> 2 files changed, 11 insertions(+

Re: [PATCH 2/9] usb: cdns3: Improvement: removed not needed variables initialization

2020-07-07 Thread Peter Chen
On 20-07-07 13:16:33, Dan Carpenter wrote: > On Tue, Jul 07, 2020 at 06:23:32AM +, Peter Chen wrote: > > On 20-07-01 08:19:57, Pawel Laszczak wrote: > > > Patch remove some variables initialization from core.c and drd.c > > > file. > > > > > > Signed-off-by: Pawel Laszczak > > > --- > > > dr

Re: [PATCH 2/9] usb: cdns3: Improvement: removed not needed variables initialization

2020-07-07 Thread Dan Carpenter
On Tue, Jul 07, 2020 at 06:23:32AM +, Peter Chen wrote: > On 20-07-01 08:19:57, Pawel Laszczak wrote: > > Patch remove some variables initialization from core.c and drd.c > > file. > > > > Signed-off-by: Pawel Laszczak > > --- > > drivers/usb/cdns3/core.c | 4 ++-- > > drivers/usb/cdns3/drd

Re: [PATCH 2/9] usb: cdns3: Improvement: removed not needed variables initialization

2020-07-06 Thread Peter Chen
On 20-07-01 08:19:57, Pawel Laszczak wrote: > Patch remove some variables initialization from core.c and drd.c > file. > > Signed-off-by: Pawel Laszczak > --- > drivers/usb/cdns3/core.c | 4 ++-- > drivers/usb/cdns3/drd.c | 19 +-- > 2 files changed, 11 insertions(+), 12 deleti

[PATCH 2/9] usb: cdns3: Improvement: removed not needed variables initialization

2020-06-30 Thread Pawel Laszczak
Patch remove some variables initialization from core.c and drd.c file. Signed-off-by: Pawel Laszczak --- drivers/usb/cdns3/core.c | 4 ++-- drivers/usb/cdns3/drd.c | 19 +-- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/drivers/usb/cdns3/core.c b/drivers/usb/