1
0

net: enetc: Fix probing error message typo for the ENETCv4 PF driver

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

Fixes: 99100d0d99 ("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>
Link: https://patch.msgid.link/20250924082755.1984798-1-wei.fang@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
Claudiu Manoil
2025-09-24 16:27:55 +08:00
committed by Jakub Kicinski
parent 4ff71af020
commit c35cf24a69

View File

@@ -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)