commit | e6014afd1c5717d556778ec1307cf7ab27ba5a2d | [log] [tgz] |
---|---|---|
author | Eli Cohen <eli@mellanox.com> | Wed Oct 30 16:48:15 2019 +0200 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Wed Nov 13 14:25:03 2019 -0800 |
tree | 6a5e511dbd482d0b38ec6a61d41eea772f524a01 | |
parent | a7cba0a4d508d2d78f2932ee944feadd38c97c2c [diff] |
net/mlx5: Remove redundant NULL initializations Neighbour initializations to NULL are not necessary as the pointers are not used if an error is returned, and if success returned, pointers are initialized. Signed-off-by: Eli Cohen <eli@mellanox.com> Reviewed-by: Vlad Buslov <vladbu@mellanox.com> Reviewed-by: Roi Dayan <roid@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>