Re: [U-Boot] [PATCH v2] FIT: delete unnecessary casts

2013-09-20 Thread Simon Glass
On Wed, Sep 18, 2013 at 9:10 PM, Masahiro Yamada wrote: > Becuase fdt_check_header function takes (const void *) > type argument, the argument should be passed to it > without being casted to (char *). > > Signed-off-by: Masahiro Yamada > Acked-by: Simon Glass __

Re: [U-Boot] [PATCH v2] FIT: delete unnecessary casts

2013-09-19 Thread Jeroen Hofstee
On 09/19/2013 05:10 AM, Masahiro Yamada wrote: Becuase fdt_check_header function takes (const void *) type argument, the argument should be passed to it without being casted to (char *). Signed-off-by: Masahiro Yamada --- Changes for v2: - fix commit log (purely cosmetic) (s/img_

[U-Boot] [PATCH v2] FIT: delete unnecessary casts

2013-09-18 Thread Masahiro Yamada
Becuase fdt_check_header function takes (const void *) type argument, the argument should be passed to it without being casted to (char *). Signed-off-by: Masahiro Yamada --- Changes for v2: - fix commit log (purely cosmetic) (s/img_addr/the argument/) common/image-fdt.c | 2 +- c