[PATCH] poweroff: fix cmd_poweroff() arguments type

Sascha Hauer s.hauer at pengutronix.de
Wed Jun 20 04:35:52 EDT 2012


On Fri, Jun 15, 2012 at 02:28:19PM +0400, Antony Pavlov wrote:
> This fixes a bug introduced with:
> 
> commit d5efef69b6449edcf44f45372c42dba861c35537
> Author: Antony Pavlov <antonynpavlov at gmail.com>
> Date:   Wed Jun 13 23:43:07 2012 +0400

Squashed into the commit breaking it.

Thanks
 Sascha

> 
>     add 'poweroff' command
> 
>     Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
>     Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
> 
> Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
> ---
>  commands/poweroff.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/commands/poweroff.c b/commands/poweroff.c
> index cd5542b..ebb146c 100644
> --- a/commands/poweroff.c
> +++ b/commands/poweroff.c
> @@ -23,7 +23,7 @@
>  #include <common.h>
>  #include <command.h>
>  
> -static int cmd_poweroff(struct command *cmdtp, int argc, char *argv[])
> +static int cmd_poweroff(int argc, char *argv[])
>  {
>  	poweroff();
>  
> -- 
> 1.7.10
> 
> 
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
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 |



More information about the barebox mailing list