diff options
| author | Justin Stitt <[email protected]> | 2022-07-21 21:03:31 +0000 |
|---|---|---|
| committer | Joerg Roedel <[email protected]> | 2022-07-22 14:38:56 +0000 |
| commit | f066b8f7d961b0f3ec08678a27f2f1a2f0148380 (patch) | |
| tree | 9ee58836d3a566648ffcc037e0119844116478c9 /drivers/fpga/microchip-spi.c | |
| parent | Linux 5.19-rc3 (diff) | |
| download | kernel-f066b8f7d961b0f3ec08678a27f2f1a2f0148380.tar.gz kernel-f066b8f7d961b0f3ec08678a27f2f1a2f0148380.zip | |
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 <[email protected]>
Suggested-by: Nathan Chancellor <[email protected]>
Signed-off-by: Justin Stitt <[email protected]>
Reviewed-by: Nathan Chancellor <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joerg Roedel <[email protected]>
Diffstat (limited to 'drivers/fpga/microchip-spi.c')
0 files changed, 0 insertions, 0 deletions
