Re: [U-Boot] [PATCH v2 10/25] common/misc: sparse fixes

2012-11-05 Thread Henrik Nordström
mån 2012-10-29 klockan 18:34 -0500 skrev Kim Phillips: diff --git a/common/command.c b/common/command.c index 50c8429..f51df26 100644 --- a/common/command.c +++ b/common/command.c @@ -40,8 +40,15 @@ int _do_help (cmd_tbl_t *cmd_start, int cmd_items, cmd_tbl_t * cmdtp, int int i;

[U-Boot] [PATCH v2 10/25] common/misc: sparse fixes

2012-10-29 Thread Kim Phillips
command.c:44:38: error: bad constant expression dlmalloc.c:1468:2: warning: Using plain integer as NULL pointer dlmalloc.c:1468:5: warning: Using plain integer as NULL pointer dlmalloc.c:2176:12: warning: Using plain integer as NULL pointer dlmalloc.c:2179:31: warning: Using plain integer as NULL