From: Mohit Joshi <joshionmohit@gmail.com>
To: rafael@kernel.org
Cc: linux-pm@vger.kernel.org, Mohit Joshi <joshionmohit@gmail.com>
Subject: [PATCH 1/3] PM: console: fix minor style issues and improve readability
Date: Fri, 17 Apr 2026 19:39:54 +0530 [thread overview]
Message-ID: <20260417140956.55232-1-joshionmohit@gmail.com> (raw)
---
kernel/power/console.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/kernel/power/console.c b/kernel/power/console.c
index 33ace63b1088..57377046933b 100644
--- a/kernel/power/console.c
+++ b/kernel/power/console.c
@@ -16,6 +16,7 @@
#define SUSPEND_CONSOLE (MAX_NR_CONSOLES-1)
static int orig_fgconsole, orig_kmsg;
+/* Tracking whether we switched VT during suspend or not */
static bool vt_switch_done;
static DEFINE_MUTEX(vt_switch_mutex);
@@ -62,7 +63,7 @@ int pm_vt_switch_required(struct device *dev, bool required)
if (!entry) {
ret = -ENOMEM;
goto out;
- }
+ }
entry->required = required;
entry->dev = dev;
@@ -144,11 +145,11 @@ void pm_prepare_console(void)
vt_switch_done = true;
orig_kmsg = vt_kmsg_redirect(SUSPEND_CONSOLE);
- return;
}
void pm_restore_console(void)
{
+ /*No switch is needed & none was done*/
if (!pm_vt_switch() && !vt_switch_done)
return;
--
2.43.0
next reply other threads:[~2026-04-17 14:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-17 14:09 Mohit Joshi [this message]
2026-04-17 14:09 ` [PATCH 2/3] PM: hibernate: fix minor style inconsistencies Mohit Joshi
2026-04-17 14:09 ` [PATCH 3/3] PM: wakelock: fix spacing and improve readability Mohit Joshi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260417140956.55232-1-joshionmohit@gmail.com \
--to=joshionmohit@gmail.com \
--cc=linux-pm@vger.kernel.org \
--cc=rafael@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox