PCI: keystone: Fix error handling when "num-viewport" DT property is not populated
authorKishon Vijay Abraham I <kishon@ti.com>
Tue, 21 Jan 2020 11:57:34 +0000 (17:27 +0530)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Tue, 21 Jan 2020 16:39:44 +0000 (16:39 +0000)
Fix error handling when "num-viewport" DT property is not populated.

Fixes: 23284ad677a9 ("PCI: keystone: Add support for PCIe EP in AM654x Platforms")
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: stable@vger.kernel.org # v5.2+
drivers/pci/controller/dwc/pci-keystone.c

index ea8e7eb..c8c702c 100644 (file)
@@ -1354,7 +1354,7 @@ static int __init ks_pcie_probe(struct platform_device *pdev)
                ret = of_property_read_u32(np, "num-viewport", &num_viewport);
                if (ret < 0) {
                        dev_err(dev, "unable to read *num-viewport* property\n");
-                       return ret;
+                       goto err_get_sync;
                }
 
                /*