Re: [PATCH net-next v2 2/6] smsc95xx: use usbnet->driver_priv
From: Andrew Lunn <andrew@lunn.ch> Date: 2020-07-23 22:42:20
On Thu, Jul 23, 2020 at 01:55:03PM +0200, Andre Edich wrote:
Using `void *driver_priv` instead of `unsigned long data[]` is more
straightforward way to recover the `struct smsc95xx_priv *` from the
`struct net_device *`.
Signed-off-by: Andre Edich <redacted>