ASoC: Intel: Fix printk formatting
authorJoonas Lahtinen <[email protected]>
Tue, 10 May 2016 06:08:57 +0000 (09:08 +0300)
committerMark 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

index 1aa819c7e09b0ff95c36021c7a69c4cf90433634..994256b39b9c5646cd5a26c3f9d3cc0f1da02236 100644 (file)
@@ -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++) {