Skip to content

Commit c13166b

Browse files
Thomas RichterAlexander Gordeev
authored andcommitted
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>
1 parent b2ae496 commit c13166b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

arch/s390/kernel/perf_cpum_sf.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,9 +1663,6 @@ static void hw_collect_aux(struct cpu_hw_sf *cpuhw)
16631663
pr_err("The AUX buffer with %lu pages for the "
16641664
"diagnostic-sampling mode is full\n",
16651665
num_sdb);
1666-
debug_sprintf_event(sfdbg, 1,
1667-
"%s: AUX buffer used up\n",
1668-
__func__);
16691666
break;
16701667
}
16711668
if (WARN_ON_ONCE(!aux))

0 commit comments

Comments
 (0)