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 3BD9DC433EF for ; Tue, 15 Mar 2022 05:40:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344997AbiCOFl1 (ORCPT ); Tue, 15 Mar 2022 01:41:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51926 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232739AbiCOFlZ (ORCPT ); Tue, 15 Mar 2022 01:41:25 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 518FE2B26C; Mon, 14 Mar 2022 22:40:12 -0700 (PDT) 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 ams.source.kernel.org (Postfix) with ESMTPS id 91E4BB81100; Tue, 15 Mar 2022 05:40:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 489AAC340F3; Tue, 15 Mar 2022 05:40:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1647322810; bh=9r5OhvP++g8/Va83TnjKfdGMFCiNZ57H86PhNszE5pk=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Jyq8HcCfWGM1TGGYHPlap8BFTKkBPBI/i29RDmWkVC73DxsfBjbQNBD9LmVKSQa+f iKptQAzxOZO/gvSCaOB/3lw4s+26OyhDtsv9Nb7WQ2NFdRSk8GpBUuO1pThkGX0S2v 19UIZBMgYBSFE9WOBb/3ANC7l5nMYD3pATqnhiMubpasB2BPxd70cWRYHEtFIHV8RE m1s/PYHzmcug8PT05VQx7TMQRF4oX+pGGJ73QfKyEmmZ3k5wLzifDTP3iwlaz4ca7p f4Py3S+dhQUQ33pjHKL4cpX6O8FGdwUH6AYgCCgavYOoNQ/zHx7hnpmsxIWGaaWjzC nT1jFO/fFO+jA== 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 249A9E6D44B; Tue, 15 Mar 2022 05:40:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] net: mdio: mscc-miim: fix duplicate debugfs entry From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164732281014.21925.130990419485776526.git-patchwork-notify@kernel.org> Date: Tue, 15 Mar 2022 05:40:10 +0000 References: <20220312224140.4173930-1-michael@walle.cc> In-Reply-To: <20220312224140.4173930-1-michael@walle.cc> To: Michael Walle Cc: andrew@lunn.ch, hkallweit1@gmail.com, linux@armlinux.org.uk, davem@davemloft.net, kuba@kernel.org, colin.foster@in-advantage.com, netdev@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.git (master) by Jakub Kicinski : On Sat, 12 Mar 2022 23:41:40 +0100 you wrote: > This driver can have up to two regmaps. If the second one is registered > its debugfs entry will have the same name as the first one and the > following error will be printed: > > [ 3.833521] debugfs: Directory 'e200413c.mdio' with parent 'regmap' already present! > > Give the second regmap a name to avoid this. > > [...] Here is the summary with links: - [net] net: mdio: mscc-miim: fix duplicate debugfs entry https://git.kernel.org/netdev/net/c/0f8946ae704a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html