Re: [PATCH v4 03/12] PCI: of: Zero max-link-speed value is invalid

2020-05-07 Thread Rob Herring
On Thu, 30 Apr 2020 10:06:16 +0200, =?UTF-8?q?Pali=20Roh=C3=A1r?= wrote: > Interpret zero value of max-link-speed property as invalid, > as the device tree bindings documentation specifies. > > Signed-off-by: Pali Rohár > --- > drivers/pci/of.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletio

[PATCH v4 03/12] PCI: of: Zero max-link-speed value is invalid

2020-04-30 Thread Pali Rohár
Interpret zero value of max-link-speed property as invalid, as the device tree bindings documentation specifies. Signed-off-by: Pali Rohár --- drivers/pci/of.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/of.c b/drivers/pci/of.c index 81ceeaa6f1d5..27839cd2459f