On Fri, Dec 07, 2007 at 01:51:48AM +1100, Stephen Rothwell wrote:
> 
> Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
> ---
>  arch/powerpc/platforms/iseries/pci.c |   68 +++++++++++++++++----------------
>  1 files changed, 35 insertions(+), 33 deletions(-)
> 
> diff --git a/arch/powerpc/platforms/iseries/pci.c 
> b/arch/powerpc/platforms/iseries/pci.c
> index cff832a..8e2ac3d 100644
> --- a/arch/powerpc/platforms/iseries/pci.c
> +++ b/arch/powerpc/platforms/iseries/pci.c
> @@ -177,47 +177,49 @@ void __init iSeries_pci_final_fixup(void)
>  
>       printk("pcibios_final_fixup\n");
>       for_each_pci_dev(pdev) {
> +             struct pci_dn *pdn;
> +             const u32 *agent;
> +
>               node = find_device_node(pdev->bus->number, pdev->devfn);
>               printk("pci dev %p (%x.%x), node %p\n", pdev,
>                      pdev->bus->number, pdev->devfn, node);
> +             if (!node) {
> +                     printk("PCI: Device Tree not found for 0x%016lX\n",
> +                                     (unsigned long)pdev);

Hi,

Care to add KERN_ levels, while you're touching it? (both printks above
lack them).


-Olof
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to