diff options
author | Justin Stitt <[email protected]> | 2022-08-03 13:44:42 -0700 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-08-05 12:57:27 +0100 |
commit | b7bf23c0865faac61564425ddc96a4a79ebf19b0 (patch) | |
tree | 417af572fcef0eb21dfc5422356be97fedeedb88 /tools/perf/scripts/python | |
parent | c75ed9f54ce8d349fee557f2b471a4d637ed2a6b (diff) |
ASoC: SOF: ipc3-topology: Fix clang -Wformat warning
When building with Clang we encounter these warnings:
| sound/soc/sof/ipc3-topology.c:2343:4: error: format specifies type
| 'unsigned char' but the argument has type 'int' [-Werror,-Wformat]
| SOF_ABI_MAJOR, SOF_ABI_MINOR, SOF_ABI_PATCH);
| ^~~~~~~~~~~~~~~^~~~~~~~~~~~~~~^~~~~~~~~~~~~
Use correct format specifier `%d` since args are of type int.
Link: https://github.com/ClangBuiltLinux/linux/issues/378
Reported-by: Nathan Chancellor <[email protected]>
Suggested-by: Nathan Chancellor <[email protected]>
Signed-off-by: Justin Stitt <[email protected]>
Reviewed-by: Nathan Chancellor <[email protected]>
Acked-by: Pierre-Louis Bossart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions