[U-Boot-Users] [PATCH 1/1] Fix warning differ in signedness in cpu/pxa/i2c.c

Wolfgang Denk wd at denx.de
Sun Nov 18 21:43:27 CET 2007


In message <1195407372-962-2-git-send-email-plagnioj at jcrosoft.com> you wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> 
> diff --git a/cpu/pxa/i2c.c b/cpu/pxa/i2c.c
> index 722d949..92dd19f 100644
> --- a/cpu/pxa/i2c.c
> +++ b/cpu/pxa/i2c.c
> @@ -457,7 +457,7 @@ int i2c_write(uchar chip, uint addr, int alen, uchar *buffer, int len)
>  
>  uchar i2c_reg_read (uchar chip, uchar reg)
>  {
> -	char buf;
> +	uchar buf;

Already fixed.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
A year spent in artificial intelligence is enough to make one believe
in God.




More information about the U-Boot mailing list