diff options
author | Joachim Eastwood <manabian@gmail.com> | 2012-11-16 04:47:15 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-20 00:01:18 (GMT) |
commit | c867b55eb4831a493631205f2744b2e77ce0983b (patch) | |
tree | c8d603edb45c8b7e97ce765f908efa5d60f4d76d /.mailmap | |
parent | ae4b46e9d7128d2d76e6857fe0b9fc240e8ac695 (diff) | |
download | linux-fsl-qoriq-c867b55eb4831a493631205f2744b2e77ce0983b.tar.xz |
net/ethernet: remove useless is_valid_ether_addr from drivers ndo_open
If ndo_validate_addr is set to the generic eth_validate_addr
function there is no point in calling is_valid_ether_addr
from driver ndo_open if ndo_open is not used elsewhere in
the driver.
With this change is_valid_ether_addr will be called from the
generic eth_validate_addr function. So there should be no change
in the actual behavior.
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions