From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luciano Coelho Subject: Re: [PATCH] iwlwifi: mvm: remove set but not used variable 'he_phy_data' Date: Wed, 17 Oct 2018 10:16:45 +0300 Message-ID: References: <1538736421-97401-1-git-send-email-yuehaibing@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: YueHaibing , Johannes Berg , Emmanuel Grumbach , Intel Linux Wireless , Kalle Valo , Golan Ben Ami , Sara Sharon , Shaul Triebitz , Liad Kaufman Return-path: In-Reply-To: <1538736421-97401-1-git-send-email-yuehaibing-hv44wF8Li93QT0dZR+AlfA@public.gmane.org> Sender: linux-wireless-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org On Fri, 2018-10-05 at 10:47 +0000, YueHaibing wrote: > Fixes gcc '-Wunused-but-set-variable' warning: > > drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c: In function > 'iwl_mvm_rx_mpdu_mq': > drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c:1386:7: warning: > variable 'he_phy_data' set but not used [-Wunused-but-set-variable] > u64 he_phy_data; > > 'he_phy_data' never used since be introduce in > commit 18ead597daa1 ("iwlwifi: support new rx_mpdu_desc api") > > Signed-off-by: YueHaibing > --- Thanks, Yue! This was a merge damage when I applied the HE patches for iwlwifi. I've queued this and will send it out as part of the series for 4.21. Then it will trickle down as needed. -- Cheers, Luca.