On Wed, 17 Oct 2007 15:01:28 +0200 Marian Balakowicz <[EMAIL PROTECTED]> wrote:
>
> +void __init
> +mpc52xx_map_wdt(void)
> +{
> + const void *has_wdt;
^^^^^^^^
white space damage
> + struct device_node *np;
> +
> + /* mpc52xx_wdt is mapped here and used in mpc52xx_restart,
> + * possibly from a interrupt context. */
> +
> + for (np = NULL;
> + (np = of_find_compatible_node(np, NULL, "fsl,mpc5200-gpt")) != NULL;
> + ) {
for_each_compatible_node(np, NULL, "fsl,mpc5200-gpt") {
--
Cheers,
Stephen Rothwell [EMAIL PROTECTED]
http://www.canb.auug.org.au/~sfr/
pgp7absDS6QAP.pgp
Description: PGP signature
_______________________________________________ Linuxppc-dev mailing list [email protected] https://ozlabs.org/mailman/listinfo/linuxppc-dev
