perf: arm-cmn: Fix conversion specifiers for node type
authorWill Deacon <will@kernel.org>
Thu, 1 Oct 2020 10:57:01 +0000 (11:57 +0100)
committerWill Deacon <will@kernel.org>
Thu, 1 Oct 2020 21:30:07 +0000 (22:30 +0100)
commit887e2cff0f8dc4dac4c35e631b711325c6dd65b8
tree33a28b7e0435baeb2a66f6040ada6116ae95b43e
parentd9ef632fab9ba81b708763bcbcfdbea9a55c95d2
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>
drivers/perf/arm-cmn.c