From: Lorenzo Pieralisi Date: Wed, 29 Jul 2015 11:33:17 +0000 (+0100) Subject: ARM/PCI: Replace panic with WARN messages on failures X-Git-Tag: omap-for-v4.3/fixes-merge-window~31^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ada8b675b76ec847bfa4a237d82a7a96da128768;p=pandora-kernel.git ARM/PCI: Replace panic with WARN messages on failures In the ARM PCI bios32 layer, failures to dynamically allocate pci_sys_data for a PCI bus, or a PCI bus scan failure have to be considered serious warnings but they should not trigger a system panic so that at least the system is given a chance to be debugged. This patch replaces the panic statements with WARN() messages to improve error reporting in the ARM PCI bios32 layer. Signed-off-by: Lorenzo Pieralisi Signed-off-by: Bjorn Helgaas Reviewed-by: Jingoo Han Acked-by: Marc Zyngier CC: Russell King CC: Marc Zyngier --- Reading git-diff-tree failed