On Thu, Oct 22, 2015 at 11:20:38AM +0300, Antony Pavlov wrote: > Sorry, I have missed that occurence. > So we can change original patch subject line to > > > commands: clk: use COMMAND_SUCCESS instead of 0
Did that. Sascha > > > --- > commands/clk.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/commands/clk.c b/commands/clk.c > index 2bfdfdf..e9459a3 100644 > --- a/commands/clk.c > +++ b/commands/clk.c > @@ -40,7 +40,7 @@ static int do_clk_disable(int argc, char *argv[]) > > clk_disable(clk); > > - return 0; > + return COMMAND_SUCCESS; > } > > BAREBOX_CMD_START(clk_disable) > -- > 2.6.0 > > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox