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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C170CC4332F for ; Sat, 19 Nov 2022 03:30:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231316AbiKSDaX (ORCPT ); Fri, 18 Nov 2022 22:30:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54728 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229946AbiKSDaT (ORCPT ); Fri, 18 Nov 2022 22:30:19 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 33D5BA6596; Fri, 18 Nov 2022 19:30:18 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C4A406235B; Sat, 19 Nov 2022 03:30:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 2DCD6C433B5; Sat, 19 Nov 2022 03:30:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668828617; bh=Pzsmj63t6Cj8oZLmswtjovlP2S56HXIvYjwwjzS/mTw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=TJMPLyPnL7ohRdxen4DPDicAXEuh3YuhXASXuTv0KjYZqOkQpa6Tbartzx4CpcwzB xpxM5pChHPy2OhHjPfGpH9TpjwVsxlixDq74b7TAVNzam1PVJArNFw+1LY0pOcY5Wk 4Eom984CXp3h9JUoBz5HrgFMqByBbbWGSQU9gnIZzqNhg7qxTE3eQJI1/0jGtyjU+e Kpy1HYA5xEY1g9txNbEwOgC7FYy8m97LsoVBaXUOeiESY78M9iX9ZnD68SnNSnujUu zRpt2qMtVQPWr4lWYpvweS4S2UV93h7LnRfKTB0+MhvQc0MizAmzfhhuOgtY+pColu NI9Qz6tyZpT+Q== 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 14C03E4D017; Sat, 19 Nov 2022 03:30:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: fman: remove reference to non-existing config PCS From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166882861708.17876.6578588278157386208.git-patchwork-notify@kernel.org> Date: Sat, 19 Nov 2022 03:30:17 +0000 References: <20221116102450.13928-1-lukas.bulwahn@gmail.com> In-Reply-To: <20221116102450.13928-1-lukas.bulwahn@gmail.com> To: Lukas Bulwahn Cc: sean.anderson@seco.com, madalin.bucur@nxp.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Wed, 16 Nov 2022 11:24:50 +0100 you wrote: > Commit a7c2a32e7f22 ("net: fman: memac: Use lynx pcs driver") makes the > Freescale Data-Path Acceleration Architecture Frame Manager use lynx pcs > driver by selecting PCS_LYNX. > > It also selects the non-existing config PCS as well, which has no effect. > > Remove this select to a non-existing config. > > [...] Here is the summary with links: - net: fman: remove reference to non-existing config PCS https://git.kernel.org/netdev/net-next/c/dbc4af768ba1 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html