Re: [PATCH v2 5/5] misc: fastrpc: free dma buf scatter list

From: Stephen Boyd
Date: Thu Sep 05 2019 - 01:12:00 EST


Quoting Srinivas Kandagatla (2019-08-29 02:29:26)
> diff --git a/drivers/misc/fastrpc.c b/drivers/misc/fastrpc.c
> index eee2bb398947..47ae84afac2e 100644
> --- a/drivers/misc/fastrpc.c
> +++ b/drivers/misc/fastrpc.c
> @@ -550,6 +550,7 @@ static void fastrpc_dma_buf_detatch(struct dma_buf *dmabuf,

Is the function really called buf_detatch? Is it supposed to be
buf_detach?

> mutex_lock(&buffer->lock);
> list_del(&a->node);
> mutex_unlock(&buffer->lock);
> + sg_free_table(&a->sgt);
> kfree(a);