Loading drivers/char/adsprpc.c +0 −3 Original line number Diff line number Diff line Loading @@ -253,9 +253,6 @@ static int alloc_mem(struct fastrpc_buf *buf) goto bail; } else { VERIFY(err, 0 != (sg = ion_sg_table(clnt, buf->handle))); if (err) goto bail; VERIFY(err, 1 == sg->nents); if (err) goto bail; buf->phys = sg_dma_address(sg->sgl); Loading Loading
drivers/char/adsprpc.c +0 −3 Original line number Diff line number Diff line Loading @@ -253,9 +253,6 @@ static int alloc_mem(struct fastrpc_buf *buf) goto bail; } else { VERIFY(err, 0 != (sg = ion_sg_table(clnt, buf->handle))); if (err) goto bail; VERIFY(err, 1 == sg->nents); if (err) goto bail; buf->phys = sg_dma_address(sg->sgl); Loading