dw_dmac: mark dwc_dump_chan_regs as inline
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
This commit is contained in:
Родитель
0274788517
Коммит
f52b36d27b
|
@ -211,7 +211,7 @@ static inline unsigned int dwc_fast_fls(unsigned long long v)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static void dwc_dump_chan_regs(struct dw_dma_chan *dwc)
|
||||
static inline void dwc_dump_chan_regs(struct dw_dma_chan *dwc)
|
||||
{
|
||||
dev_err(chan2dev(&dwc->chan),
|
||||
" SAR: 0x%x DAR: 0x%x LLP: 0x%x CTL: 0x%x:%08x\n",
|
||||
|
|
Загрузка…
Ссылка в новой задаче