projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0274788
)
dw_dmac: mark dwc_dump_chan_regs as inline
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Fri, 21 Sep 2012 12:05:44 +0000
(15:05 +0300)
committer
Vinod Koul
<vinod.koul@linux.intel.com>
Thu, 27 Sep 2012 10:05:22 +0000
(15:35 +0530)
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>
drivers/dma/dw_dmac.c
patch
|
blob
|
history
diff --git
a/drivers/dma/dw_dmac.c
b/drivers/dma/dw_dmac.c
index efbd16a296f143da184df7b4c3b3930a73137571..e817610d97c9d2d8d86ed1a3a23f0d7339a25b15 100644
(file)
--- a/
drivers/dma/dw_dmac.c
+++ b/
drivers/dma/dw_dmac.c
@@
-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",