On Mon, 26 Aug 2019 14:33:22 -0700, Shannon Nelson wrote:
> +struct ionic {
> + struct pci_dev *pdev;
> + struct device *dev;
> + struct devlink *dl;No need for the dl pointer here. priv_to_devlink can be used to obtain the devlink pointer based on priv structure address. > +};
