Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
powerpc/iseries: Fix possible null pointer dereference in iSeries_pci…
…bios_fixup_resources I don't know if this is a right fix for the problem since of_get_property can return NULL. Since iseries_device_information is used only for informational purpose, we can skip this function without valid HvSubBusNumber number. Signed-off-by: Denis Kirjanov <dkirjanov@kernel.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
- Loading branch information