Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93aad1bc authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Vinod Koul
Browse files

dw_dmac: mark dwc_dump_lli inline

parent 41c556a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -411,7 +411,7 @@ static void dwc_scan_descriptors(struct dw_dma *dw, struct dw_dma_chan *dwc)
	spin_unlock_irqrestore(&dwc->lock, flags);
	spin_unlock_irqrestore(&dwc->lock, flags);
}
}


static void dwc_dump_lli(struct dw_dma_chan *dwc, struct dw_lli *lli)
static inline void dwc_dump_lli(struct dw_dma_chan *dwc, struct dw_lli *lli)
{
{
	dev_printk(KERN_CRIT, chan2dev(&dwc->chan),
	dev_printk(KERN_CRIT, chan2dev(&dwc->chan),
			"  desc: s0x%llx d0x%llx l0x%llx c0x%x:%x\n",
			"  desc: s0x%llx d0x%llx l0x%llx c0x%x:%x\n",