summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mm/dmapool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/dmapool.c b/mm/dmapool.c
index 567232e5d48c..51677852700f 100644
--- a/mm/dmapool.c
+++ b/mm/dmapool.c
@@ -405,7 +405,6 @@ void *dma_pool_alloc_nonbufferable(struct dma_pool *pool, gfp_t mem_flags,
#ifdef DMAPOOL_DEBUG
memset(retval, POOL_POISON_ALLOCATED, pool->size);
#endif
- done:
spin_unlock_irqrestore(&pool->lock, flags);
return retval;
}