Re: [U-Boot] [PATCH 13/32] common/misc: sparse fixes

2012-10-25 Thread Tom Rini
On Tue, Oct 16, 2012 at 07:28:29PM -0500, Kim Phillips wrote: > command.c:44:38: error: bad constant expression > console.c:537:18: warning: symbol 'search_device' was not declared. Should it > be static? > dlmalloc.c:1468:2: warning: Using plain integer as NULL pointer > dlmalloc.c:1468:5: warni

[U-Boot] [PATCH 13/32] common/misc: sparse fixes

2012-10-16 Thread Kim Phillips
command.c:44:38: error: bad constant expression console.c:537:18: warning: symbol 'search_device' was not declared. Should it be static? 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: Usin