From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758026AbeAIIUd (ORCPT + 1 other); Tue, 9 Jan 2018 03:20:33 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:52176 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751900AbeAIIUb (ORCPT ); Tue, 9 Jan 2018 03:20:31 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org DAA9360112 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [V2] wcn36xx: fix incorrect assignment to msg_body.min_ch_time From: Kalle Valo In-Reply-To: <20171229090732.14928-1-colin.king@canonical.com> References: <20171229090732.14928-1-colin.king@canonical.com> To: Colin Ian King Cc: Eugene Krasnikov , wcn36xx@lists.infradead.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org User-Agent: pwcli/0.0.0-git (https://github.com/kvalo/pwcli/) Python/2.7.12 Message-Id: <20180109082030.BE49F6081B@smtp.codeaurora.org> Date: Tue, 9 Jan 2018 08:20:30 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Colin Ian King wrote: > The second assignment to msg_body.min_ch_time is incorrect, it > should actually be to msg_body.max_ch_time. > > Thanks to Bjorn Andersson for identifying the correct way to fix > this as my original fix was incorrect. > > Detected by CoverityScan, CID#1463042 ("Unused Value") > > Fixes: 2f3bef4b247e ("wcn36xx: Add hardware scan offload support") > Signed-off-by: Colin Ian King > Acked-by: Bjorn Andersson > Signed-off-by: Kalle Valo Patch applied to ath-next branch of ath.git, thanks. 4c8cf8df2f42 wcn36xx: fix incorrect assignment to msg_body.min_ch_time -- https://patchwork.kernel.org/patch/10136929/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches