commit | 39f426553ea30f4449d022577fd6494c265ef3ef | [log] [tgz] |
---|---|---|
author | Lucas Tanure <tanure@linux.com> | Tue Jan 19 12:06:30 2016 -0200 |
committer | Doug Ledford <dledford@redhat.com> | Tue Jan 19 15:24:54 2016 -0500 |
tree | edf1f5fd92ed342e18fc7efd7a0aec14cb50a9e7 | |
parent | 50ca6ed21e7c389c250ee30b0bb4df66157a1115 [diff] |
infiniband: Replace memset with eth_zero_addr Use eth_zero_addr to assign the zero address to the given address array instead of memset when second argument is address of zero. Signed-off-by: Lucas Tanure <tanure@linux.com> Signed-off-by: Doug Ledford <dledford@redhat.com>