All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Bießmann" <andreas.devel@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] avr32:board.c: fix compile warning
Date: Mon, 04 Jun 2012 12:46:48 +0200	[thread overview]
Message-ID: <4FCC9218.8020000@gmail.com> (raw)
In-Reply-To: <1337941773-16272-2-git-send-email-andreas.devel@googlemail.com>

On 25.05.2012 12:29, Andreas Bie?mann wrote:
> This patch fixes following warning:
> 
> ---8<---
> board.c: In function 'board_init_r':
> board.c:257: warning: unused variable 's'
> --->8---
> 
> Patch de30122bb58fee7b0f94bcfabab595b6ad757336 missed to remove this variable
> too.
> 
> Signed-off-by: Andreas Bie?mann <andreas.devel@googlemail.com>

applied

> ---
>  arch/avr32/lib/board.c |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/avr32/lib/board.c b/arch/avr32/lib/board.c
> index b390a6c..d7a64b4 100644
> --- a/arch/avr32/lib/board.c
> +++ b/arch/avr32/lib/board.c
> @@ -254,7 +254,6 @@ void board_init_r(gd_t *new_gd, ulong dest_addr)
>  #ifndef CONFIG_ENV_IS_NOWHERE
>  	extern char * env_name_spec;
>  #endif
> -	char *s;
>  	bd_t *bd;
>  
>  	gd = new_gd;

      reply	other threads:[~2012-06-04 10:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-25 10:29 [U-Boot] [PATCH 1/2] avr32:grasshopper: fix PHY initialisation Andreas Bießmann
2012-05-25 10:29 ` [U-Boot] [PATCH 2/2] avr32:board.c: fix compile warning Andreas Bießmann
2012-06-04 10:46   ` Andreas Bießmann [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=4FCC9218.8020000@gmail.com \
    --to=andreas.devel@googlemail.com \
    --cc=u-boot@lists.denx.de \
    /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.