RE: [PATCH 2/4] PCI: dwc: Return directly when num-lanes is not found

2019-08-12 Thread Z.q. Hou
jingooh...@gmail.com; bhelg...@google.com; robh...@kernel.org; > mark.rutl...@arm.com; shawn...@kernel.org; Leo Li > ; lorenzo.pieral...@arm.com; M.h. Lian > > Subject: Re: [PATCH 2/4] PCI: dwc: Return directly when num-lanes is not > found > > On Mon, Aug 12, 2019 at 04:22

Re: [PATCH 2/4] PCI: dwc: Return directly when num-lanes is not found

2019-08-12 Thread Andrew Murray
On Mon, Aug 12, 2019 at 04:22:22AM +, Z.q. Hou wrote: > From: Hou Zhiqiang > > The num-lanes is optional, so probably it isn't added > on some platforms. The subsequent programming is base > on the num-lanes, hence return when it is not found. > > Signed-off-by: Hou Zhiqiang > --- > driver

[PATCH 2/4] PCI: dwc: Return directly when num-lanes is not found

2019-08-11 Thread Z.q. Hou
From: Hou Zhiqiang The num-lanes is optional, so probably it isn't added on some platforms. The subsequent programming is base on the num-lanes, hence return when it is not found. Signed-off-by: Hou Zhiqiang --- drivers/pci/controller/dwc/pcie-designware.c | 6 -- 1 file changed, 4 inserti