[PATCH net] net: ll_temac: Return actual error from of_get_mac_address()

Jakub Kicinski kuba at kernel.org
Mon Aug 31 17:05:12 PDT 2026


On Wed, 26 Aug 2026 18:24:39 -0700 Rosen Penev wrote:
>  		rc = of_get_mac_address(temac_np, addr);
>  		if (rc) {
>  			dev_err(&pdev->dev, "could not find MAC address\n");

dev_err_probe() if you're trying to handle rc == -EPROBE_DEFER

> -			return -ENODEV;
> +			return rc;
-- 
pw-bot: cr



More information about the linux-arm-kernel mailing list