]> git.baikalelectronics.ru Git - kernel.git/commit
staging: octeon: drop redundant mac address check
authorLuka Perkov <luka@openwrt.org>
Tue, 29 Oct 2013 01:24:34 +0000 (02:24 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Oct 2013 16:05:21 +0000 (09:05 -0700)
commit4615a4c109f30b992c8f3d364a361cb8e73e790a
tree94e342920de0632664ed6529cced608cf8a849b5
parent420ba6fff1c59a12c374419670019bc3929d283d
staging: octeon: drop redundant mac address check

Checking if MAC address is valid using is_valid_ether_addr() is already done in
of_get_mac_address().

Signed-off-by: Luka Perkov <luka@openwrt.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon/ethernet.c