]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: PCI: Fix pcibios_scan_bus() NULL check code path
authorLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Mon, 10 Jul 2017 14:58:46 +0000 (09:58 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 31 Jul 2017 19:37:53 +0000 (14:37 -0500)
commit9d35fe01483306f8ed7eb1a84eb0aa347a8e9646
tree55cb8ca98a66d1325d1ff7d516eedcec4b20b56d
parent39ca428cb491c5108b239365b7603145dd6df933
MIPS: PCI: Fix pcibios_scan_bus() NULL check code path

If pci_scan_root_bus() fails (ie returns NULL) pcibios_scan_bus() must
return immediately since the struct pci_bus pointer it returns is not valid
and cannot be used.

Move code checking the pci_scan_root_bus() return value to reinstate proper
pcibios_scanbus() error path behaviour.

Fixes: 85757d458b52 ("MIPS: PCI: Support for CONFIG_PCI_DOMAINS_GENERIC")
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paul Burton <paul.burton@imgtec.com>
arch/mips/pci/pci-legacy.c