Re: [PATCH net] i40e: Look up MAC address in Open Firmware or IDPROM

From: Sowmini Varadhan
Date: Fri Oct 30 2015 - 07:26:43 EST


On (10/30/15 02:14), Andy Shevchenko wrote:
>
> Does the following has no stubs?
>
> > + struct i40e_pf *pf = hw->back;
> > + struct device_node *dp = pci_device_to_OF_node(pf->pdev);
> > + const unsigned char *addr;
> > +
> > + addr = of_get_mac_address(dp);
>
> ^^^

I was not able to find any.
I'm fixing up the rest and respinning V2 as a separate thread.

Thanks
--Sowmini
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/