Loading drivers/gpu/ion/ion.c +1 −1 Original line number Diff line number Diff line Loading @@ -332,7 +332,7 @@ static void ion_handle_destroy(struct kref *kref) struct ion_buffer *buffer = handle->buffer; mutex_lock(&buffer->lock); while (buffer->kmap_cnt) while (handle->kmap_cnt) ion_handle_kmap_put(handle); mutex_unlock(&buffer->lock); Loading Loading
drivers/gpu/ion/ion.c +1 −1 Original line number Diff line number Diff line Loading @@ -332,7 +332,7 @@ static void ion_handle_destroy(struct kref *kref) struct ion_buffer *buffer = handle->buffer; mutex_lock(&buffer->lock); while (buffer->kmap_cnt) while (handle->kmap_cnt) ion_handle_kmap_put(handle); mutex_unlock(&buffer->lock); Loading