diff options
author | 2022-12-12 10:47:03 -0800 | |
---|---|---|
committer | 2022-12-12 10:47:03 -0800 | |
commit | e291c116f60f3c1ca98090f0f8e7c77e658562fb (patch) | |
tree | 2fbe810f2a6f8b29f1cdaefd87b24debbfa0ec07 /kernel/panic.c | |
parent | Input: raydium_ts_i2c - fix memory leak in raydium_i2c_send() (diff) | |
parent | Input: elants_i2c - delay longer with reset asserted (diff) | |
download | wireguard-linux-e291c116f60f3c1ca98090f0f8e7c77e658562fb.tar.xz wireguard-linux-e291c116f60f3c1ca98090f0f8e7c77e658562fb.zip |
Merge branch 'next' into for-linus
Prepare input updates for 6.2 merge window.
Diffstat (limited to 'kernel/panic.c')
-rw-r--r-- | kernel/panic.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/panic.c b/kernel/panic.c index c6eb8f8db0c0..da323209f583 100644 --- a/kernel/panic.c +++ b/kernel/panic.c @@ -329,9 +329,6 @@ void panic(const char *fmt, ...) if (_crash_kexec_post_notifiers) __crash_kexec(NULL); -#ifdef CONFIG_VT - unblank_screen(); -#endif console_unblank(); /* |