lkml.org 
[lkml]   [2018]   [Jun]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH] igb: allow optionally getting mac address from device tree
From
From: Marcel Ziswiler <marcel@ziswiler.com>
Date: Mon, 25 Jun 2018 10:00:42 +0200

> @@ -3122,7 +3124,11 @@ static int igb_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
> break;
> }
>
> - if (eth_platform_get_mac_address(&pdev->dev, hw->mac.addr)) {
> + /* try to get the MAC address from device tree data */
> + iap = of_get_mac_address(pdev->dev.of_node);
> + if (iap)
> + memcpy(hw->mac.addr, iap, ETH_ALEN);

This is exactly what eth_platform_get_mac_address() shoule be doing.

\
 
 \ /
  Last update: 2018-06-25 10:08    [W:0.053 / U:0.552 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site