Loading drivers/media/platform/msm/vidc_3x/msm_smem.c +2 −1 Original line number Diff line number Diff line Loading @@ -476,7 +476,8 @@ bool msm_smem_compare_buffers(void *clt, int fd, void *priv) } handle = ion_import_dma_buf_fd(client->clnt, fd); ret = handle == priv; handle ? ion_free(client->clnt, handle) : 0; if (!IS_ERR_OR_NULL(handle)) ion_free(client->clnt, handle); return ret; } Loading Loading
drivers/media/platform/msm/vidc_3x/msm_smem.c +2 −1 Original line number Diff line number Diff line Loading @@ -476,7 +476,8 @@ bool msm_smem_compare_buffers(void *clt, int fd, void *priv) } handle = ion_import_dma_buf_fd(client->clnt, fd); ret = handle == priv; handle ? ion_free(client->clnt, handle) : 0; if (!IS_ERR_OR_NULL(handle)) ion_free(client->clnt, handle); return ret; } Loading