Re: [U-Boot] [PATCH] tools: zynqimage: Clean up check_params

2015-12-08 Thread Michal Simek
On 8.12.2015 16:03, Tom Rini wrote: > On Wed, Dec 09, 2015 at 12:44:43AM +1000, Nathan Rossi wrote: > >> Clean up the param checking, removing some code paths that will never >> happen. >> >> Signed-off-by: Nathan Rossi >> Cc: Michal Simek >> Cc: Tom Rini > > Reported-by: Coverity (CID 133251)

Re: [U-Boot] [PATCH] tools: zynqimage: Clean up check_params

2015-12-08 Thread Tom Rini
On Wed, Dec 09, 2015 at 12:44:43AM +1000, Nathan Rossi wrote: > Clean up the param checking, removing some code paths that will never > happen. > > Signed-off-by: Nathan Rossi > Cc: Michal Simek > Cc: Tom Rini Reported-by: Coverity (CID 133251) Reviewed-by: Tom Rini -- Tom signature.asc

[U-Boot] [PATCH] tools: zynqimage: Clean up check_params

2015-12-08 Thread Nathan Rossi
Clean up the param checking, removing some code paths that will never happen. Signed-off-by: Nathan Rossi Cc: Michal Simek Cc: Tom Rini --- tools/zynqimage.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/zynqimage.c b/tools/zynqimage.c index 25f558d..c43bd5d 10064