commit | 25b90c19102f50ae261cbc328361c0fc66b7c901 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <kuba@kernel.org> | Mon Oct 11 06:09:09 2021 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 12 11:29:16 2021 +0100 |
tree | 98075a26414448d24a82e32f67c0955c502429ce | |
parent | 2ed08b5ead3cdef574f99ff5fbf09d3f969a53c4 [diff] |
tulip: fix setting device address from rom I missed removing i from the array index when converting from a loop to a direct copy. Fixes: ca8793175564 ("ethernet: tulip: remove direct netdev->dev_addr writes") Reported-by: Joe Perches <joe@perches.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>