s390/cpum_sf: remove unnecessary debug statement
authorThomas Richter <tmricht@linux.ibm.com>
Mon, 27 Mar 2023 12:02:10 +0000 (14:02 +0200)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Tue, 4 Jul 2023 05:45:18 +0000 (07:45 +0200)
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>
arch/s390/kernel/perf_cpum_sf.c

index 920bc78..ebe4b2f 100644 (file)
@@ -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))