s390/cpum_sf: remove debug statements from function setup_pmc_cpu
authorThomas Richter <tmricht@linux.ibm.com>
Thu, 5 Jan 2023 13:11:33 +0000 (14:11 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Sun, 22 Jan 2023 17:42:34 +0000 (18:42 +0100)
commit4012fc20e2c6b01c5cf53a7f9d7693da4c10de45
tree7c3511d9acdaba3088c5373947cd5a41bef61857
parenta64e45c2ea62d9622bcebb586f359ea95f0a5152
s390/cpum_sf: remove debug statements from function setup_pmc_cpu

Remove debug statements from function setup_pmc_cpu().
The debug statement displays a pointer value to a per cpu variable.
This pointer value is printed nowhere else, so it has no use for
cross reference.
No functional change.

Signed-off-by: Thomas Richter <tmricht@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/kernel/perf_cpum_sf.c