Skip to content
Snippets Groups Projects
Commit 0ee28e31 authored by Shyam Saini's avatar Shyam Saini Committed by David S. Miller
Browse files

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: default avatarShyam Saini <mayhs11saini@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 53631a5f
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment