Merge branch 'topic/err_reporting' into next
authorVinod Koul <vinod.koul@intel.com>
Mon, 5 Sep 2016 02:52:53 +0000 (08:22 +0530)
committerVinod Koul <vinod.koul@intel.com>
Mon, 5 Sep 2016 02:52:53 +0000 (08:22 +0530)
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Conflicts:
drivers/dma/cppi41.c

1  2 
drivers/dma/at_xdmac.c
drivers/dma/cppi41.c
drivers/dma/fsl_raid.c

Simple merge
index 499d8f48e0306b6190c4be6748a9cdae04dbde0b,3b4c842b57201e9bccf523b59d35a20d57af98c7..ce8739fa3894f3d56d542595a9acef72d806cde3
@@@ -336,11 -331,7 +336,11 @@@ static irqreturn_t cppi41_irq(int irq, 
  
                        c->residue = pd_trans_len(c->desc->pd6) - len;
                        dma_cookie_complete(&c->txd);
-                       c->txd.callback(c->txd.callback_param);
+                       dmaengine_desc_get_callback_invoke(&c->txd, NULL);
 +
 +                      /* Paired with cppi41_dma_issue_pending */
 +                      pm_runtime_mark_last_busy(cdd->ddev.dev);
 +                      pm_runtime_put_autosuspend(cdd->ddev.dev);
                }
        }
        return IRQ_HANDLED;
Simple merge
This page took 0.031457 seconds and 5 git commands to generate.