From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:58936 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726181AbeH1Rgv (ORCPT ); Tue, 28 Aug 2018 13:36:51 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Subject: Re: [PATCH] ath9k: remove unused array firstep_table From: Kalle Valo In-Reply-To: <20180816125030.4416-1-colin.king@canonical.com> References: <20180816125030.4416-1-colin.king@canonical.com> To: Colin King Cc: QCA ath9k Development , "David S . Miller" , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Message-Id: <20180828134507.19787603D2@smtp.codeaurora.org> (sfid-20180828_154521_040490_904920C4) Date: Tue, 28 Aug 2018 13:45:07 +0000 (UTC) Sender: linux-wireless-owner@vger.kernel.org List-ID: Colin King wrote: > Array firstep_table is being assigned but is never used > hence it is redundant and can be removed. > > Cleans up clang warning: > warning: 'firstep_table' defined but not used [-Wunused-const-variable=] > > Signed-off-by: Colin Ian King > Signed-off-by: Kalle Valo Patch applied to ath-next branch of ath.git, thanks. a2f73a167dc1 ath9k: remove unused array firstep_table -- https://patchwork.kernel.org/patch/10567385/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches