Re: [PATCH] net: ti: cpmac: Use the correct function to free some resources.

2016-07-19 Thread David Miller
From: Christophe JAILLET Date: Sun, 17 Jul 2016 08:15:50 +0200 > In 'cpmac_open', 'dma_alloc_coherent' has been used to allocate some > resources, so we need to free them using 'dma_free_coherent' instead > of 'kfree'. > > Also, we don't need to free these

[PATCH] net: ti: cpmac: Use the correct function to free some resources.

2016-07-17 Thread Christophe JAILLET
In 'cpmac_open', 'dma_alloc_coherent' has been used to allocate some resources, so we need to free them using 'dma_free_coherent' instead of 'kfree'. Also, we don't need to free these resources if the allocation has failed. So I have slighly modified the goto label in this case. Signed-off-by: