Re: [PATCH 1/2] net: spider_net: Fix the size used in a 'dma_free_coherent()' call

2020-08-03 Thread David Miller
From: Christophe JAILLET Date: Sun, 2 Aug 2020 15:53:33 +0200 > 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: Chris

[PATCH 1/2] net: spider_net: Fix the size used in a 'dma_free_coherent()' call

2020-08-02 Thread Christophe JAILLET
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 --- NOT compile tested, because I don't have the configuration