From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Subject: Re: [PATCH] ath10k: remove set but not used variable 'num_tdls_vifs' Date: Thu, 20 Dec 2018 16:47:01 +0000 (UTC) Message-ID: <20181220164701.CED3C607F1@smtp.codeaurora.org> References: <1541669570-110540-1-git-send-email-yuehaibing@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: YueHaibing , , , , To: YueHaibing Return-path: In-Reply-To: <1541669570-110540-1-git-send-email-yuehaibing-hv44wF8Li93QT0dZR+AlfA@public.gmane.org> Sender: linux-wireless-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org YueHaibing wrote: > Fixes gcc '-Wunused-but-set-variable' warning: > > drivers/net/wireless/ath/ath10k/mac.c: In function 'ath10k_sta_state': > drivers/net/wireless/ath/ath10k/mac.c:6238:7: warning: > variable 'num_tdls_vifs' set but not used [-Wunused-but-set-variable] > > 'num_tdls_vifs' not used any more after > 9a993cc1ea95 ("ath10k: fix the logic of limiting tdls peer counts") > > Also, remove the single called function ath10k_mac_tdls_vifs_count > and ath10k_mac_tdls_vifs_count_iter. > > Signed-off-by: YueHaibing > Signed-off-by: Kalle Valo Patch applied to ath-next branch of ath.git, thanks. bff70e5f78e9 ath10k: remove set but not used variable 'num_tdls_vifs' -- https://patchwork.kernel.org/patch/10673841/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches