All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Antony Pavlov <antonynpavlov@gmail.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] poweroff: fix cmd_poweroff() arguments type
Date: Wed, 20 Jun 2012 10:35:52 +0200	[thread overview]
Message-ID: <20120620083552.GM28394@pengutronix.de> (raw)
In-Reply-To: <1339756099-17774-1-git-send-email-antonynpavlov@gmail.com>

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@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@gmail.com>
>     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
> 
> Signed-off-by: Antony Pavlov <antonynpavlov@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@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 |

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

      reply	other threads:[~2012-06-20  8:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-15 10:28 [PATCH] poweroff: fix cmd_poweroff() arguments type Antony Pavlov
2012-06-20  8:35 ` Sascha Hauer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120620083552.GM28394@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=antonynpavlov@gmail.com \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.