From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Subject: Re: ath10k: remove redundant -ve check against u32 integer size Date: Tue, 16 Jan 2018 14:34:24 +0000 (UTC) Message-ID: <20180116143424.26848602BA@smtp.codeaurora.org> References: <20180112172713.28252-1-colin.king@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: Kalle Valo , ath10k@lists.infradead.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org To: Colin Ian King Return-path: In-Reply-To: <20180112172713.28252-1-colin.king@canonical.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Colin Ian King wrote: > Variable section_table.size is a u32 and so cannot be less than > zero, hence the less than zero check is redundant and can be > removed. > > Detected by CoverityScan, CID#1463855 ("Unsigned compared against 0") > > Signed-off-by: Colin Ian King > Signed-off-by: Kalle Valo Patch applied to ath-next branch of ath.git, thanks. 95f27a51ee02 ath10k: remove redundant -ve check against u32 integer size -- https://patchwork.kernel.org/patch/10161483/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches