commit | 4d9784522588302dccb7088c0d7dc541719e6d07 | [log] [tgz] |
---|---|---|
author | Luka Perkov <luka@openwrt.org> | Tue Oct 29 02:24:34 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Oct 29 09:05:21 2013 -0700 |
tree | 94e342920de0632664ed6529cced608cf8a849b5 | |
parent | 923fb2aecefd0889d9e0c92f01de52313194344e [diff] |
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>