commit | 3207f715c34317d08e798e11a10ce816feb53c0f | [log] [tgz] |
---|---|---|
author | Florinel Iordache <florinel.iordache@nxp.com> | Mon Aug 03 10:07:34 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 03 16:20:15 2020 -0700 |
tree | 24eee1f3db5979a932d80ee79076248ace7b6c92 | |
parent | cc5d229a122106733a85c279d89d7703f21e4d4f [diff] |
fsl/fman: fix eth hash table allocation Fix memory allocation for ethernet address hash table. The code was wrongly allocating an array for eth hash table which is incorrect because this is the main structure for eth hash table (struct eth_hash_t) that contains inside a number of elements. Fixes: 57ba4c9b56d8 ("fsl/fman: Add FMan MAC support") Signed-off-by: Florinel Iordache <florinel.iordache@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>