diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2012-07-13 04:09:32 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@linux.intel.com> | 2012-07-16 02:33:07 -0400 |
commit | 93aad1bcc591c5138a5858a9cde637002e09ab4e (patch) | |
tree | ada825b8c0c9516b35645a9a4f977313403d8a06 /drivers | |
parent | 41c556a8cb22dcb4751fed3fb3d2ccc37f945646 (diff) |
dw_dmac: mark dwc_dump_lli 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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/dma/dw_dmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/dw_dmac.c b/drivers/dma/dw_dmac.c index 85ed5f20e027..600634982b4c 100644 --- a/drivers/dma/dw_dmac.c +++ b/drivers/dma/dw_dmac.c | |||
@@ -411,7 +411,7 @@ static void dwc_scan_descriptors(struct dw_dma *dw, struct dw_dma_chan *dwc) | |||
411 | spin_unlock_irqrestore(&dwc->lock, flags); | 411 | spin_unlock_irqrestore(&dwc->lock, flags); |
412 | } | 412 | } |
413 | 413 | ||
414 | static void dwc_dump_lli(struct dw_dma_chan *dwc, struct dw_lli *lli) | 414 | static inline void dwc_dump_lli(struct dw_dma_chan *dwc, struct dw_lli *lli) |
415 | { | 415 | { |
416 | dev_printk(KERN_CRIT, chan2dev(&dwc->chan), | 416 | dev_printk(KERN_CRIT, chan2dev(&dwc->chan), |
417 | " desc: s0x%llx d0x%llx l0x%llx c0x%x:%x\n", | 417 | " desc: s0x%llx d0x%llx l0x%llx c0x%x:%x\n", |