From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Wed, 9 Dec 2015 08:46:57 +0100 Subject: [U-Boot] [PATCH] tools: zynqimage: Clean up check_params In-Reply-To: <20151208150336.GE667@bill-the-cat> References: <1449585883-13332-1-git-send-email-nathan@nathanrossi.com> <1449585883-13332-4-git-send-email-nathan@nathanrossi.com> <20151208150336.GE667@bill-the-cat> Message-ID: <5667DC71.4040709@xilinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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) > Reviewed-by: Tom Rini > Applied. Thanks, Michal