mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-23 12:14:10 +08:00
ASoC: SOF: ipc3: Use standard dev_dbg API
Use standard dev_dbg API because it gives better debugging information and allows dynamic control of prints. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com> Link: https://patch.msgid.link/20240926090252.106040-1-daniel.baluta@nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
46f2dd5ce5
commit
55c39835ee
@ -226,7 +226,7 @@ static inline void ipc3_log_header(struct device *dev, u8 *text, u32 cmd)
|
||||
static void sof_ipc3_dump_payload(struct snd_sof_dev *sdev,
|
||||
void *ipc_data, size_t size)
|
||||
{
|
||||
printk(KERN_DEBUG "Size of payload following the header: %zu\n", size);
|
||||
dev_dbg(sdev->dev, "Size of payload following the header: %zu\n", size);
|
||||
print_hex_dump_debug("Message payload: ", DUMP_PREFIX_OFFSET,
|
||||
16, 4, ipc_data, size, false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user