Hi Manish,

> -     /* Is there dump data waiting for us? */
> +     /* Is there dump data waiting for us? If there isn't,
> +      * then register a new dump area, and release all of
> +      * the rest of the reserved ram.
> +      *
> +      * The /rtas/ibm,kernel-dump rtas node is present only
> +      * if there is dump data waiting for us.
> +      */
>       rtas = of_find_node_by_path("/rtas");
>       dump_header = of_get_property(rtas, "ibm,kernel-dump", &header_len);
> +     of_node_put(rtas);

Oh, here is the of_node_put() - you should move that to patch 3.

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

Attachment: pgpzgB3ajSftO.pgp
Description: PGP signature

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

Reply via email to