Re: [PATCH v2 9/9] PCI: dwc: Replace magic number by defines

2018-04-10 Thread Jingoo Han
On Monday, April 9, 2018 5:41 AM, Gustavo Pimentel wrote: > > Replace magic numbers by a well known define in order to make the code > human readable and also facilitate the code reusability. > > Signed-off-by: Gustavo Pimentel Acked-by: Jingoo Han

Re: [PATCH v2 9/9] PCI: dwc: Replace magic number by defines

2018-04-10 Thread Jingoo Han
On Monday, April 9, 2018 5:41 AM, Gustavo Pimentel wrote: > > Replace magic numbers by a well known define in order to make the code > human readable and also facilitate the code reusability. > > Signed-off-by: Gustavo Pimentel Acked-by: Jingoo Han > --- > Change v1->v2: > - Nothing changed,

[PATCH v2 9/9] PCI: dwc: Replace magic number by defines

2018-04-09 Thread Gustavo Pimentel
Replace magic numbers by a well known define in order to make the code human readable and also facilitate the code reusability. Signed-off-by: Gustavo Pimentel --- Change v1->v2: - Nothing changed, just to follow the patch set version.

[PATCH v2 9/9] PCI: dwc: Replace magic number by defines

2018-04-09 Thread Gustavo Pimentel
Replace magic numbers by a well known define in order to make the code human readable and also facilitate the code reusability. Signed-off-by: Gustavo Pimentel --- Change v1->v2: - Nothing changed, just to follow the patch set version. drivers/pci/dwc/pcie-designware-host.c | 34