commit | 36f28f7687a9ce665479cce5d64ce7afaa9e77ae | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Sun Aug 02 15:53:33 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 03 16:01:11 2020 -0700 |
tree | 53877d9ffd567e4d30006da6090a8bee127bf421 | |
parent | edab74e9cb1d073c70add0f9b75e17aebf0598ff [diff] |
net: spider_net: Fix the size used in a 'dma_free_coherent()' call Update the size used in 'dma_free_coherent()' in order to match the one used in the corresponding 'dma_alloc_coherent()', in 'spider_net_init_chain()'. Fixes: d4ed8f8d1fb7 ("Spidernet DMA coalescing") Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: David S. Miller <davem@davemloft.net>