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 378643168FB for ; Fri, 27 Mar 2026 01:32:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774575171; cv=none; b=eZKu9yHPwVL8Cpvom5NQYqULnXKMHPsEaNqpMCx/D66hcGlQ69cpoMjWwFKvoRo6NalwQUu04EEKO9rg/TKn0SYIz8gQb5dfKIaLtEqPIwNOW15dfDXqvdFCHQoFbK+C6vNMoJ910UeHnH11ijaQcZI3z43h2HnIUolzl1zKlzc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774575171; c=relaxed/simple; bh=fX9oVCj0uSAfbHNwGzSVaxYoU2+CI6cNZTKdTeVZ4FE=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=E5sA0q+aCXYn/1KXNoUFaWM/EnIg0tBJZIgAcLvzs1GDuFFc/qnAU4XCrw70ZhFi43ZkED5nMgQZnJmplyCIqOk4gsRXJf+VNXumAhmryvYZXCls1Wj+Yq7lwRfFZ1ES7D7ApJo5cfKLwPmKrRrd4iG5NjicdVuAyrs2qjSTfFY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oh/Bygvn; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="oh/Bygvn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E3F3DC19423; Fri, 27 Mar 2026 01:32:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774575170; bh=fX9oVCj0uSAfbHNwGzSVaxYoU2+CI6cNZTKdTeVZ4FE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=oh/BygvnEhRe6mgYUgOccA11GhNrTGIHWa45FUufUxg6dUwvv+DfdBlwDeQViBdQW WNUCwGSvBkLXeqqg4bpnEYaTxsPijxsskXG2wOnEl4epcQw6Dv94gI2D4HawqGuGlQ RRSu56IhmE/7uzuVf005hzZIk0W/5t4XN6Z7NByWPkdAgfdTwzIXROjmnqFRgaS0RC fGJjdd8xXSPYa/DQCNs/w0zPBs7yN1bXN3aimpVhslxAFhSEl+0n85LLXwh1kx0X9e AydXKAG2GXfOQ4IYUdAokJJa4f1CwpaHoRSmFfF3vfj1Y01oCyId2z6/Bgpu62yxvl 5IpQH8gHX0iPQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7CE653809A07; Fri, 27 Mar 2026 01:32:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] net: phylink: use phylink_expects_phy() in phylink_fwnode_phy_connect() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177457515728.3250412.4344454444780966465.git-patchwork-notify@kernel.org> Date: Fri, 27 Mar 2026 01:32:37 +0000 References: In-Reply-To: To: Russell King (Oracle) Cc: andrew@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, netdev@vger.kernel.org, pabeni@redhat.com Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 24 Mar 2026 10:46:52 +0000 you wrote: > The tests in phylink_expects_phy() and phylink_fwnode_phy_connect() are > identical (by intention). Use phylink_expects_phy() to decide whether > to ignore a call to phylink_fwnode_phy_connect(). > > Signed-off-by: Russell King (Oracle) > --- > drivers/net/phy/phylink.c | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) Here is the summary with links: - [net-next] net: phylink: use phylink_expects_phy() in phylink_fwnode_phy_connect() https://git.kernel.org/netdev/net-next/c/b83c28328fee You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html