Loading drivers/dma/omap-dma.c +1 −1 Original line number Diff line number Diff line Loading @@ -1311,7 +1311,7 @@ static int omap_dma_terminate_all(struct dma_chan *chan) * c->desc is NULL and exit.) */ if (c->desc) { omap_dma_desc_free(&c->desc->vd); vchan_terminate_vdesc(&c->desc->vd); c->desc = NULL; /* Avoid stopping the dma twice */ if (!c->paused) Loading Loading
drivers/dma/omap-dma.c +1 −1 Original line number Diff line number Diff line Loading @@ -1311,7 +1311,7 @@ static int omap_dma_terminate_all(struct dma_chan *chan) * c->desc is NULL and exit.) */ if (c->desc) { omap_dma_desc_free(&c->desc->vd); vchan_terminate_vdesc(&c->desc->vd); c->desc = NULL; /* Avoid stopping the dma twice */ if (!c->paused) Loading