b43: remove extraneous code in free_ringmemory
This code seems to have been cut-n-pasted from alloc_ringmemory? Anyway, it is useless. Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
8e7ce89301
commit
26f94dc264
1 changed files with 0 additions and 5 deletions
|
@ -415,11 +415,6 @@ static int alloc_ringmemory(struct b43_dmaring *ring)
|
||||||
|
|
||||||
static void free_ringmemory(struct b43_dmaring *ring)
|
static void free_ringmemory(struct b43_dmaring *ring)
|
||||||
{
|
{
|
||||||
gfp_t flags = GFP_KERNEL;
|
|
||||||
|
|
||||||
if (ring->type == B43_DMA_64BIT)
|
|
||||||
flags |= GFP_DMA;
|
|
||||||
|
|
||||||
dma_free_coherent(ring->dev->dev->dma_dev, B43_DMA_RINGMEMSIZE,
|
dma_free_coherent(ring->dev->dev->dma_dev, B43_DMA_RINGMEMSIZE,
|
||||||
ring->descbase, ring->dmabase);
|
ring->descbase, ring->dmabase);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue