forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/drivers/dma-buf/heaps/page_pool.c
....@@ -144,7 +144,6 @@
144144 pool->gfp_mask = gfp_mask | __GFP_COMP;
145145 pool->order = order;
146146 mutex_init(&pool->mutex); /* No longer used! */
147
- mutex_lock(&pool->mutex); /* Make sure anyone who attempts to acquire this hangs */
148147
149148 mutex_lock(&pool_list_lock);
150149 list_add(&pool->list, &pool_list);