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:
f55532a
)
ASoC: fsl: imx-pcm-fiq: use correct format specifier
author
Heinrich Schuchardt
<
[email protected]
>
Tue, 12 Apr 2016 20:51:03 +0000
(22:51 +0200)
committer
Mark Brown
<
[email protected]
>
Wed, 13 Apr 2016 05:39:11 +0000
(06:39 +0100)
Documentation/printk-formats.txt has
size_t: use %zu or %zx
runtime->dma_bytes is of type size_t.
Signed-off-by: Heinrich Schuchardt <
[email protected]
>
Acked-by: Nicolin Chen <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/fsl/imx-pcm-fiq.c
patch
|
blob
|
history
diff --git
a/sound/soc/fsl/imx-pcm-fiq.c
b/sound/soc/fsl/imx-pcm-fiq.c
index e63cd5ecfd8feacd396f835756af90107fd2e2a6..dac6688540dc32ff966b56d05a3a6556d344e57c 100644
(file)
--- a/
sound/soc/fsl/imx-pcm-fiq.c
+++ b/
sound/soc/fsl/imx-pcm-fiq.c
@@
-220,7
+220,7
@@
static int snd_imx_pcm_mmap(struct snd_pcm_substream *substream,
ret = dma_mmap_wc(substream->pcm->card->dev, vma, runtime->dma_area,
runtime->dma_addr, runtime->dma_bytes);
- pr_debug("%s: ret: %d %p %pad 0x%08x\n", __func__, ret,
+ pr_debug("%s: ret: %d %p %pad 0x%08
z
x\n", __func__, ret,
runtime->dma_area,
&runtime->dma_addr,
runtime->dma_bytes);