]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7abc5146c05f4b463382a93fb100a48c3b5984c1
tree33a28b7e0435baeb2a66f6040ada6116ae95b43e
parent8970ef68e92f37f8e93533d3dec83086767ef71a
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