aboutsummaryrefslogtreecommitdiff
path: root/arch/s390
diff options
context:
space:
mode:
authorGravatar Thomas Richter <tmricht@linux.ibm.com> 2023-03-27 14:02:10 +0200
committerGravatar Alexander Gordeev <agordeev@linux.ibm.com> 2023-07-04 07:45:18 +0200
commitc13166bdb23976e2cde8f25dd669e2d8250492c9 (patch)
tree8815526a9d5af2f6d137f1e71dce78802ad659a1 /arch/s390
parents390/cpum_sf: remove parameter in call to pr_err (diff)
downloadlinux-c13166bdb23976e2cde8f25dd669e2d8250492c9.tar.gz
linux-c13166bdb23976e2cde8f25dd669e2d8250492c9.tar.bz2
linux-c13166bdb23976e2cde8f25dd669e2d8250492c9.zip
s390/cpum_sf: remove unnecessary debug statement
Remove debug_sprint_event() statement right after an pr_err() statement. No additional debug information is generated. No functional change. Signed-off-by: Thomas Richter <tmricht@linux.ibm.com> Acked-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Diffstat (limited to 'arch/s390')
-rw-r--r--arch/s390/kernel/perf_cpum_sf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/s390/kernel/perf_cpum_sf.c b/arch/s390/kernel/perf_cpum_sf.c
index 920bc78f2fcd..ebe4b2ff0163 100644
--- a/arch/s390/kernel/perf_cpum_sf.c
+++ b/arch/s390/kernel/perf_cpum_sf.c
@@ -1663,9 +1663,6 @@ static void hw_collect_aux(struct cpu_hw_sf *cpuhw)
pr_err("The AUX buffer with %lu pages for the "
"diagnostic-sampling mode is full\n",
num_sdb);
- debug_sprintf_event(sfdbg, 1,
- "%s: AUX buffer used up\n",
- __func__);
break;
}
if (WARN_ON_ONCE(!aux))