Skip to content
  • Peter Ujfalusi's avatar
    dmaengine: fix balance of privatecnt · 214fc4e4
    Peter Ujfalusi authored
    
    
    dma_release_channel() decrements privatecnt counter and almost all dma_get*
    function increments it with the exception of dma_get_slave_channel().
    In most cases this does not cause issue since normally the channel is not
    requested and released, but if a driver requests DMA channel via
    dma_get_slave_channel() and releases the channel the privatecnt will be
    unbalanced and this will prevent for example getting channel for memcpy.
    
    Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
    Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
    214fc4e4