In message <[EMAIL PROTECTED]> you wrote:
>
> diff --git a/board/trab/auto_update.c b/board/trab/auto_update.c
> index fa08bff..5311e12 100644
> --- a/board/trab/auto_update.c
> +++ b/board/trab/auto_update.c
> @@ -224,7 +224,7 @@ au_check_cksum_valid(int idx, long nbytes)
>               return -1;
>       }
>       /* check the data CRC */
> -     if (!image_check_dcrc (hdr)) {
> +     if (!image_check_dcrc (hdr))
>       {

This patch looks broken to me. You should keep the brace on the  same
line  with  the  if,  and rather delete the next line with the single
brace.

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: [EMAIL PROTECTED]
Too many people are ready to carry the stool when the piano needs  to
be moved.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to