commit | 0ee28e31553a6f2ed13223e565ae5a4d7a376942 | [log] [tgz] |
---|---|---|
author | Shyam Saini <mayhs11saini@gmail.com> | Tue Jan 17 07:35:04 2017 +0530 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 17 15:24:47 2017 -0500 |
tree | 94ed4c4227c9ed303d720bd694d456fd1718957c | |
parent | 53631a5f9c6669264adb7b4e92fd95d1d6ffa7d3 [diff] |
qed: Replace memset with eth_zero_addr Use eth_zero_addr to assign zero address to the given address array instead of memset when the second argument in memset is address of zero. Also, it makes the code clearer Signed-off-by: Shyam Saini <mayhs11saini@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>