Skip to content
Commit f70e3c4f authored by Joonsoo Kim's avatar Joonsoo Kim Committed by Marek Szyprowski
Browse files

CMA: correct unlock target



'cma: Remove potential deadlock situation' introduces per cma area mutex
for bitmap management. It is good, but there is one mistake. When we
can't find appropriate area in bitmap, we release cma_mutex global lock
rather than cma->lock and this is a bug. So fix it.

Signed-off-by: default avatarJoonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
parent bb56d0dc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment