diff options
author | Takashi Iwai <[email protected]> | 2023-09-15 10:22:07 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-09-15 13:16:25 +0100 |
commit | 925819c7969cc1453a3e8125787942d6127fa002 (patch) | |
tree | 5ef4b08b366c6c542819a819c26b6de8954e6d9e /lib/netdev-notifier-error-inject.c | |
parent | 74d71f628db99987d43d242ea4d3631ef0a906d0 (diff) |
ASoC: amd: ps: Fix -Wformat-truncation warning
The compile warning with -Wformat-truncation at
sdw_amd_scan_controller() is false-positive; the max loop size is
AMD_SDW_MAX_MANAGERS (= 2), hence it fits with the given size.
For suppressing the warning, replace snprintf() with scnprintf().
As stated in the above, truncation doesn't matter.
Signed-off-by: Takashi Iwai <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions