[rk3588] comment dma-buf release warnning
警告影响性能, 无法ctrl+c结束测试进程, 具体原因还需调查
This commit is contained in:
parent
068515606c
commit
8624452ed2
|
@ -143,7 +143,7 @@ static void dma_buf_release(struct dentry *dentry)
|
|||
if (dmabuf->resv == (struct dma_resv *)&dmabuf[1])
|
||||
dma_resv_fini(dmabuf->resv);
|
||||
|
||||
WARN_ON(!list_empty(&dmabuf->attachments));
|
||||
// WARN_ON(!list_empty(&dmabuf->attachments));
|
||||
module_put(dmabuf->owner);
|
||||
kfree(dmabuf->name);
|
||||
kfree(dmabuf);
|
||||
|
|
Loading…
Reference in New Issue
Block a user