diff options
author | Justin Stitt <justinstitt@google.com> | 2022-07-22 00:03:31 +0300 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2022-07-22 17:38:56 +0300 |
commit | f066b8f7d961b0f3ec08678a27f2f1a2f0148380 (patch) | |
tree | 9ee58836d3a566648ffcc037e0119844116478c9 /drivers/iommu/intel/dmar.c | |
parent | a111daf0c53ae91e71fd2bfe7497862d14132e3e (diff) | |
download | linux-f066b8f7d961b0f3ec08678a27f2f1a2f0148380.tar.xz |
drivers: iommu: fix clang -wformat warning
When building with Clang we encounter the following warning:
| drivers/iommu/msm_iommu.c:603:6: error: format specifies type 'unsigned
| short' but the argument has type 'int' [-Werror,-Wformat] sid);
`sid` is an int, use the proper format specifier `%x`.
Link: https://github.com/ClangBuiltLinux/linux/issues/378
Reported-by: Nathan Chancellor <nathan@kernel.org>
Suggested-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Justin Stitt <justinstitt@google.com>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Link: https://lore.kernel.org/r/20220721210331.4012015-1-justinstitt@google.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/intel/dmar.c')
0 files changed, 0 insertions, 0 deletions