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(-) > [.....]