]> git.baikalelectronics.ru Git - kernel.git/commit
r8152: Use MAC address from correct device tree node
authorThierry Reding <treding@nvidia.com>
Fri, 7 Aug 2020 07:36:32 +0000 (09:36 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 8 Aug 2020 00:13:52 +0000 (17:13 -0700)
commit7b8d2038ea18bf468dc76486c5c24bebe3d681c1
tree549274461a368663c469f2e9388addfed97da03a
parentc79f8394c47961f9f240e0cd4b15af27dec4fe7f
r8152: Use MAC address from correct device tree node

Query the USB device's device tree node when looking for a MAC address.
The struct device embedded into the struct net_device does not have a
device tree node attached at all.

The reason why this went unnoticed is because the system where this was
tested was one of the few development units that had its OTP programmed,
as opposed to production systems where the MAC address is stored in a
separate EEPROM and is passed via device tree by the firmware.

Reported-by: EJ Hsu <ejh@nvidia.com>
Fixes: 54864358826d ("r8152: Use MAC address from device tree if available")
Signed-off-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: EJ Hsu <ejh@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/r8152.c