From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Subject: Re: [PATCH] wil6210: remove set but not used variable 'start' Date: Mon, 1 Oct 2018 14:08:58 +0000 (UTC) Message-ID: <20181001140858.36A7260C1B@smtp.codeaurora.org> References: <1536669139-14848-1-git-send-email-yuehaibing@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: Maya Erez , YueHaibing , , , , To: YueHaibing Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:38280 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728979AbeJAUq5 (ORCPT ); Mon, 1 Oct 2018 16:46:57 -0400 In-Reply-To: <1536669139-14848-1-git-send-email-yuehaibing@huawei.com> Sender: netdev-owner@vger.kernel.org List-ID: YueHaibing wrote: > Fixes gcc '-Wunused-but-set-variable' warning: > > drivers/net/wireless/ath/wil6210/pm.c: In function 'wil_suspend_keep_radio_on': > drivers/net/wireless/ath/wil6210/pm.c:193:16: warning: > variable 'start' set but not used [-Wunused-but-set-variable] > > Signed-off-by: YueHaibing > Reviewed-by: Maya Erez > Signed-off-by: Kalle Valo Patch applied to ath-next branch of ath.git, thanks. ec95e84c3955 wil6210: remove set but not used variable 'start' -- https://patchwork.kernel.org/patch/10595613/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches