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

From: Jingoo Han
Date: Tue Apr 10 2018 - 20:07:40 EST


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 <gustavo.pimentel@xxxxxxxxxxxx>

Acked-by: Jingoo Han <jingoohan1@xxxxxxxxx>

> ---
> Change v1->v2:
> - Nothing changed, just to follow the patch set version.
>
> drivers/pci/dwc/pcie-designware-host.c | 34 ++++++++++++++++++++---------
> -----
> drivers/pci/dwc/pcie-designware.h | 1 +
> 2 files changed, 21 insertions(+), 14 deletions(-)
>

[.....]