commit | 0a14501ed818ff51eed237bbe5009d0d784e4450 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <kuba@kernel.org> | Wed Oct 06 18:06:59 2021 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 07 13:39:51 2021 +0100 |
tree | 38ecb48669d93876eb747ec0b2e27c2f52563364 | |
parent | 8017c4d8173cfe086420dc5710d631cabd03ef67 [diff] |
eth: fwnode: remove the addr len from mac helpers All callers pass in ETH_ALEN and the function itself will return -EINVAL for any other address length. Just assume it's ETH_ALEN like all other mac address helpers (nvm, of, platform). Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>