[PATCH v3 02/11] powerpc/mpc5121: Add machine restart support
Anatolij Gustschin
agust at denx.de
Tue Feb 16 03:38:30 EST 2010
Hi Wolfram,
On Wed, 10 Feb 2010 00:24:06 +0100
Wolfram Sang <w.sang at pengutronix.de> wrote:
> Two comments:
...
> > +void mpc512x_restart(char *cmd)
> > +{
> > + struct mpc512x_reset_module *rm = reset_module_base;
>
> Why not using reset_module_base directly?
I will fix it in v4 patch.
> > @@ -62,4 +95,5 @@ void __init mpc512x_init(void)
> > {
> > mpc512x_declare_of_platform_devices();
> > mpc5121_clk_init();
> > + mpc512x_restart_init();
>
> If the return value is not checked here, you could as well make the function
> void. (Not much one could do in the error-case, too.)
Will fix it too, thanks!
Anatolij
More information about the Linuxppc-dev
mailing list