Skip to content

Commit

Permalink
ASoC: Intel: Fix printk formatting
Browse files Browse the repository at this point in the history
Format number after 0x in hex.

Cc: Jie Yang <yang.jie@linux.intel.com>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Takashi Iwai <tiwai@suse.com>
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Joonas Lahtinen authored and Mark Brown committed May 11, 2016
1 parent 7601632 commit 396cbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/intel/haswell/sst-haswell-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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%zu pages %d\n",
dev_dbg(rtd->dev, "generating page table for %p size 0x%zx pages %d\n",
dma_area, size, pages);

for (i = 0; i < pages; i++) {
Expand Down

0 comments on commit 396cbeb

Please sign in to comment.