Re: [PATCH v2 1/2] net: stmmac: use phydev from struct net_device

From: David Miller
Date: Wed Oct 12 2016 - 01:42:00 EST


From: Philippe Reynes <tremyfr@xxxxxxxxx>
Date: Mon, 3 Oct 2016 08:28:19 +0200

> The private structure contain a pointer to phydev, but the structure
> net_device already contain such pointer. So we can remove the pointer
> phydev in the private structure, and update the driver to use the
> one contained in struct net_device.
>
> Signed-off-by: Philippe Reynes <tremyfr@xxxxxxxxx>

Applied.