Re: [PATCH] poweroff: fix cmd_poweroff() arguments type

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxx>
> 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@xxxxxxxxx>
>     Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
> 
> Signed-off-by: Antony Pavlov <antonynpavlov@xxxxxxxxx>
> ---
>  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@xxxxxxxxxxxxxxxxxxx
> 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 |

_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox


[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux