Re: [net-next PATCH v1 7/7] net/fsl: Use _ADR ACPI object to register PHYs

From: David Miller
Date: Wed Sep 30 2020 - 18:04:47 EST


From: Calvin Johnson <calvin.johnson@xxxxxxxxxxx>
Date: Wed, 30 Sep 2020 21:34:30 +0530

> @@ -248,6 +250,10 @@ static int xgmac_mdio_probe(struct platform_device *pdev)
> struct resource *res;
> struct mdio_fsl_priv *priv;
> int ret;
> + struct fwnode_handle *fwnode;
> + struct fwnode_handle *child;
> + unsigned long long addr;
> + acpi_status status;
>

Reverse chrstimas tree here too, please.