Merge branch 'topic/err_reporting' into for-linus
authorVinod Koul <vinod.koul@intel.com>
Mon, 3 Oct 2016 03:47:33 +0000 (09:17 +0530)
committerVinod Koul <vinod.koul@intel.com>
Mon, 3 Oct 2016 03:47:33 +0000 (09:17 +0530)
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Conflicts:
drivers/dma/cppi41.c

1  2 
drivers/dma/coh901318.c
drivers/dma/cppi41.c
drivers/dma/ep93xx_dma.c
drivers/dma/fsl_raid.c
drivers/dma/fsldma.c
drivers/dma/mmp_tdma.c
drivers/dma/mpc512x_dma.c
drivers/dma/ppc4xx/adma.c
drivers/dma/ste_dma40.c

Simple merge
@@@ -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
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge