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.149C66083C@smtp.codeaurora.org> References: <20180112172713.28252-1-colin.king@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: linux-wireless@vger.kernel.org, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, ath10k@lists.infradead.org, Kalle Valo To: Colin Ian King Return-path: In-Reply-To: <20180112172713.28252-1-colin.king@canonical.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "ath10k" Errors-To: ath10k-bounces+gldad-ath10k=m.gmane.org@lists.infradead.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