All of lore.kernel.org
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] omap4: fix build warning due to signed unsigned comparison
Date: Sun, 21 Aug 2011 10:17:36 +0200	[thread overview]
Message-ID: <4E50BF20.9090409@aribaud.net> (raw)
In-Reply-To: <1313912426-26026-1-git-send-email-aneesh@ti.com>

Hi Aneesh,

Le 21/08/2011 09:40, Aneesh V a ?crit :
> Signed-off-by: Aneesh V<aneesh@ti.com>
> ---
>   arch/arm/include/asm/arch-omap4/clocks.h |   12 ++++++------
>   1 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/arch/arm/include/asm/arch-omap4/clocks.h b/arch/arm/include/asm/arch-omap4/clocks.h
> index 374e064..45c947d 100644
> --- a/arch/arm/include/asm/arch-omap4/clocks.h
> +++ b/arch/arm/include/asm/arch-omap4/clocks.h
> @@ -679,12 +679,12 @@ struct dpll_regs {
>   struct dpll_params {
>   	u32 m;
>   	u32 n;
> -	u8 m2;
> -	u8 m3;
> -	u8 m4;
> -	u8 m5;
> -	u8 m6;
> -	u8 m7;
> +	s8 m2;
> +	s8 m3;
> +	s8 m4;
> +	s8 m5;
> +	s8 m6;
> +	s8 m7;
>   };
>
>   #endif /* _CLOCKS_OMAP4_H_ */

Considering that is trivial, that it fixes the warnings on two ARM 
boards, that Sandeep allowed me to pull in some OMAP patches directly in 
u-boot-arm, and that will make 
<http://patchwork.ozlabs.org/patch/108865/> build omap4 boards cleanly,

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.

      reply	other threads:[~2011-08-21  8:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-21  7:40 [U-Boot] [PATCH] omap4: fix build warning due to signed unsigned comparison Aneesh V
2011-08-21  8:17 ` Albert ARIBAUD [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=4E50BF20.9090409@aribaud.net \
    --to=albert.u.boot@aribaud.net \
    --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.