Hi John,

On Wed, 16 Jan 2008 14:37:22 -0700 John Rigby <[EMAIL PROTECTED]> wrote:
>
> +++ b/arch/powerpc/platforms/512x/mpc5121_ads.c

> +static void __init mpc5121_ads_init_IRQ(void)
> +{
> +     struct device_node *np;
> +
> +     np = of_find_compatible_node(NULL, NULL, "fsl,ipic");
> +     if (!np)
> +             return;
> +
> +     ipic_init(np, 0);

You need an op_node_put(np) here.  ipic_init will do another of_node_get()
if it keeps a reference to np.

-- 
Cheers,
Stephen Rothwell                    [EMAIL PROTECTED]
http://www.canb.auug.org.au/~sfr/

Attachment: pgpVbpqgMa1RX.pgp
Description: PGP signature

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

Reply via email to