[rk3588] comment dma-buf release warnning

警告影响性能, 无法ctrl+c结束测试进程, 具体原因还需调查
This commit is contained in:
luck 2024-04-03 14:02:09 +08:00
parent 068515606c
commit 8624452ed2

View File

@ -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);