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:
7601632
)
ASoC: Intel: Fix printk formatting
author
Joonas Lahtinen
<
[email protected]
>
Tue, 10 May 2016 06:08:57 +0000
(09:08 +0300)
committer
Mark Brown
<
[email protected]
>
Wed, 11 May 2016 13:39:40 +0000
(14:39 +0100)
Format number after 0x in hex.
Cc: Jie Yang <
[email protected]
>
Cc: Liam Girdwood <
[email protected]
>
Cc: Mark Brown <
[email protected]
>
Cc: Jaroslav Kysela <
[email protected]
>
Cc: Takashi Iwai <
[email protected]
>
Signed-off-by: Joonas Lahtinen <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/intel/haswell/sst-haswell-pcm.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/haswell/sst-haswell-pcm.c
b/sound/soc/intel/haswell/sst-haswell-pcm.c
index 1aa819c7e09b0ff95c36021c7a69c4cf90433634..994256b39b9c5646cd5a26c3f9d3cc0f1da02236 100644
(file)
--- a/
sound/soc/intel/haswell/sst-haswell-pcm.c
+++ b/
sound/soc/intel/haswell/sst-haswell-pcm.c
@@
-445,7
+445,7
@@
static int create_adsp_page_table(struct snd_pcm_substream *substream,
pages = snd_sgbuf_aligned_pages(size);
- dev_dbg(rtd->dev, "generating page table for %p size 0x%z
u
pages %d\n",
+ dev_dbg(rtd->dev, "generating page table for %p size 0x%z
x
pages %d\n",
dma_area, size, pages);
for (i = 0; i < pages; i++) {