From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 25AC07FD for ; Mon, 18 Jul 2022 10:40:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id BD74BC341CF; Mon, 18 Jul 2022 10:40:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1658140816; bh=zSNVKbAIePIDlyMisHxJV3+CIetqRlnNDMDXHGUp1lg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=KWrmJSXCJI0ajRaIu+iAt1bcjU2TnHCaSijcQNvVnzh7eJaAiwKnV9fZ9Bf5b1JLG /nK6FMaSglF68lbJ0GK8XHJHImFNFOAp79LEKIvWvbUWzp/8I2X1p/yekf0nc8DGin lEXVDuEIjn0qN6Yww0e6lBUCkHLIOZHGMTXtqvq45lSs8/urap71VcamqL3dDh39St LXqtGqD9lkTISPxvIPZEewVqqsJY+KgaHah4037g+AwHz0erl1Zasje+u5Nd7qGPEv oxFPwC8q74zDKaURTz6lItL34qFJWPGZXAS2ScaK2OBPosSvuiIJRe5ymMgCpaDD3v ZqR35i5BjrIPg== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id A1543E451B4; Mon, 18 Jul 2022 10:40:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [Patch net-next] net: dsa: microchip: fix Clang -Wunused-const-variable warning on 'ksz_dt_ids' From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165814081665.19605.4023604204974593417.git-patchwork-notify@kernel.org> Date: Mon, 18 Jul 2022 10:40:16 +0000 References: <20220715053334.5986-1-arun.ramadoss@microchip.com> In-Reply-To: <20220715053334.5986-1-arun.ramadoss@microchip.com> To: Arun Ramadoss Cc: llvm@lists.linux.dev, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, woojung.huh@microchip.com, UNGLinuxDriver@microchip.com, andrew@lunn.ch, vivien.didelot@gmail.com, f.fainelli@gmail.com, olteanv@gmail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, nathan@kernel.org, ndesaulniers@google.com, trix@redhat.com, arnd@kernel.org, linux@armlinux.org.uk Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Fri, 15 Jul 2022 11:03:34 +0530 you wrote: > This patch removes the of_match_ptr() pointer when dereferencing the > ksz_dt_ids which produce the unused variable warning. > > Reported-by: kernel test robot > Suggested-by: Arnd Bergmann > Signed-off-by: Arun Ramadoss > > [...] Here is the summary with links: - [net-next] net: dsa: microchip: fix Clang -Wunused-const-variable warning on 'ksz_dt_ids' https://git.kernel.org/netdev/net-next/c/da53af8cb932 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html