From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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.lore.kernel.org (Postfix) with ESMTPS id 3BFCFC433F5 for ; Fri, 27 May 2022 14:20:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id EF36DC3411A; Fri, 27 May 2022 14:20:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id D63E9C34100; Fri, 27 May 2022 14:20:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653661214; bh=6+bCs6rIemU3JxQe7yncr7gFsKfD+ytmkXn6Uw/93zY=; h=Subject:From:Date:References:In-Reply-To:To:List-Id:Cc:From; b=CWDRHbV0XNS8ZuPNHJLgcyoegGnAprlsM0VaLSTZ8FdQFXNqmMwmyu8WRu2d1p7DT 5UOrWlJ7oGppGz6KqI7hPA8pRL8HyYcbojzRWheJ+0f/REvBLkKWUSkMUVdUFOorT3 FOXhLWY50b9zvyJMyeYvglXgcJL1NN+GnZDqlt8FLV8C1P8pvSR9X3G2fTryrzuShX IDIbFK0bOg/wNjSTNnbWaC120EG6q4DJu0vpwRfd9CTdg3wT0kpIdu3xoJa8c5qNkD vmFphpSQTiP+adzr1DNMSxuBkViGaDqqMX/wILmemRxjJsZvuKbOAQTzfUcyw+uzb3 kVzD+HzLFVMsQ== 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 B3FD9F03947; Fri, 27 May 2022 14:20:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] soc: ixp4xx/qmgr: Fix unused match warning From: patchwork-bot+linux-soc@kernel.org Message-Id: <165366121473.3919.12996004695344205415.git-patchwork-notify@kernel.org> Date: Fri, 27 May 2022 14:20:14 +0000 References: <20220523085520.913217-1-linus.walleij@linaro.org> In-Reply-To: <20220523085520.913217-1-linus.walleij@linaro.org> To: Linus Walleij List-Id: Cc: soc@kernel.org Hello: This patch was applied to soc/soc.git (for-next) by Arnd Bergmann : On Mon, 23 May 2022 10:55:20 +0200 you wrote: > The kernel test robot found this inconsistency: > > >> drivers/soc/ixp4xx/ixp4xx-npe.c:737:34: warning: > 'ixp4xx_npe_of_match' defined but not used [-Wunused-const-variable=] > 737 | static const struct of_device_id ixp4xx_npe_of_match[] = { > > This is because the match is enclosed in the of_match_ptr() > which compiles into NULL when OF is disabled and this > is unnecessary. > > [...] Here is the summary with links: - soc: ixp4xx/qmgr: Fix unused match warning https://git.kernel.org/soc/soc/c/526f3f3b102f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html