commit | 887e2cff0f8dc4dac4c35e631b711325c6dd65b8 | [log] [tgz] |
---|---|---|
author | Will Deacon <will@kernel.org> | Thu Oct 01 11:57:01 2020 +0100 |
committer | Will Deacon <will@kernel.org> | Thu Oct 01 22:30:07 2020 +0100 |
tree | 33a28b7e0435baeb2a66f6040ada6116ae95b43e | |
parent | d9ef632fab9ba81b708763bcbcfdbea9a55c95d2 [diff] |
perf: arm-cmn: Fix conversion specifiers for node type The node type field is an enum type, so print it as a 32-bit quantity rather than as an unsigned short. Link: https://lore.kernel.org/r/202009302350.QIzfkx62-lkp@intel.com Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Will Deacon <will@kernel.org>