commit | db4bad07371b53dbce34e8ae54d4aa93096841d6 | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Fri May 31 19:14:44 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 02 18:11:57 2019 -0700 |
tree | 464fc1b9b764fe37f7f15af89dea43db42c6c62e | |
parent | feb3cf2e5ecc5840e27f328e0ce666a0f728f1a3 [diff] |
net: ethernet: improve eth_platform_get_mac_address pci_device_to_OF_node(to_pci_dev(dev)) is the same as dev->of_node, so we can simplify the code. In addition add an empty line before the return statement. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>