Skip to content

Commit

Permalink
kernel: decrease suspend-resume logging
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroST12 authored and chematelegram committed Dec 17, 2022
1 parent a6192c2 commit 7518ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/printk/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -2192,7 +2192,7 @@ void suspend_console(void)
{
if (!console_suspend_enabled)
return;
printk("Suspending console(s) (use no_console_suspend to debug)\n");

console_lock();
console_suspended = 1;
up_console_sem();
Expand Down

0 comments on commit 7518ba8

Please sign in to comment.