commit | a94cead71c4651da5649134e3cdc29b1f32327a2 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Mon Aug 06 17:50:45 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 07 12:38:13 2018 -0700 |
tree | a26541f68ed60e03f3b5c6b2ce8886ce2f1e1e9a | |
parent | adfb442dbbd31bd2138d02b5822914178170df33 [diff] |
net: thunderx: check for failed allocation lmac->dmacs The allocation of lmac->dmacs is not being checked for allocation failure. Add the check. Fixes: 3a34ecfd9d3f ("net: thunderx: add MAC address filter tracking for LMAC") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>