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