All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net] net: enetc: Fix probing error message typo for the ENETCv4 PF driver
@ 2025-09-24  8:27 Wei Fang
  2025-09-25  9:25 ` Simon Horman
  2025-09-26 22:20 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Wei Fang @ 2025-09-24  8:27 UTC (permalink / raw)
  To: claudiu.manoil, vladimir.oltean, xiaoning.wang, andrew+netdev,
	davem, edumazet, kuba, pabeni, Frank.Li
  Cc: imx, netdev, linux-kernel

From: Claudiu Manoil <claudiu.manoil@nxp.com>

Blamed commit wrongly indicates VF error in case of PF probing error.

Fixes: 99100d0d9922 ("net: enetc: add preliminary support for i.MX95 ENETC PF")
Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
Signed-off-by: Wei Fang <wei.fang@nxp.com>
---
 drivers/net/ethernet/freescale/enetc/enetc4_pf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/freescale/enetc/enetc4_pf.c b/drivers/net/ethernet/freescale/enetc/enetc4_pf.c
index b3dc1afeefd1..a5c1f1cef3b0 100644
--- a/drivers/net/ethernet/freescale/enetc/enetc4_pf.c
+++ b/drivers/net/ethernet/freescale/enetc/enetc4_pf.c
@@ -1030,7 +1030,7 @@ static int enetc4_pf_probe(struct pci_dev *pdev,
 	err = enetc_get_driver_data(si);
 	if (err)
 		return dev_err_probe(dev, err,
-				     "Could not get VF driver data\n");
+				     "Could not get PF driver data\n");
 
 	err = enetc4_pf_struct_init(si);
 	if (err)
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net] net: enetc: Fix probing error message typo for the ENETCv4 PF driver
  2025-09-24  8:27 [PATCH net] net: enetc: Fix probing error message typo for the ENETCv4 PF driver Wei Fang
@ 2025-09-25  9:25 ` Simon Horman
  2025-09-26 22:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2025-09-25  9:25 UTC (permalink / raw)
  To: Wei Fang
  Cc: claudiu.manoil, vladimir.oltean, xiaoning.wang, andrew+netdev,
	davem, edumazet, kuba, pabeni, Frank.Li, imx, netdev,
	linux-kernel

On Wed, Sep 24, 2025 at 04:27:55PM +0800, Wei Fang wrote:
> From: Claudiu Manoil <claudiu.manoil@nxp.com>
> 
> Blamed commit wrongly indicates VF error in case of PF probing error.
> 
> Fixes: 99100d0d9922 ("net: enetc: add preliminary support for i.MX95 ENETC PF")
> Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
> Signed-off-by: Wei Fang <wei.fang@nxp.com>

Reviewed-by: Simon Horman <horms@kernel.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net] net: enetc: Fix probing error message typo for the ENETCv4 PF driver
  2025-09-24  8:27 [PATCH net] net: enetc: Fix probing error message typo for the ENETCv4 PF driver Wei Fang
  2025-09-25  9:25 ` Simon Horman
@ 2025-09-26 22:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-09-26 22:20 UTC (permalink / raw)
  To: Wei Fang
  Cc: claudiu.manoil, vladimir.oltean, xiaoning.wang, andrew+netdev,
	davem, edumazet, kuba, pabeni, Frank.Li, imx, netdev,
	linux-kernel

Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 24 Sep 2025 16:27:55 +0800 you wrote:
> From: Claudiu Manoil <claudiu.manoil@nxp.com>
> 
> Blamed commit wrongly indicates VF error in case of PF probing error.
> 
> Fixes: 99100d0d9922 ("net: enetc: add preliminary support for i.MX95 ENETC PF")
> Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
> Signed-off-by: Wei Fang <wei.fang@nxp.com>
> 
> [...]

Here is the summary with links:
  - [net] net: enetc: Fix probing error message typo for the ENETCv4 PF driver
    https://git.kernel.org/netdev/net/c/c35cf24a69b0

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-09-26 22:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-24  8:27 [PATCH net] net: enetc: Fix probing error message typo for the ENETCv4 PF driver Wei Fang
2025-09-25  9:25 ` Simon Horman
2025-09-26 22:20 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.