diff options
author | 2024-07-04 15:19:33 +0200 | |
---|---|---|
committer | 2024-07-04 15:19:33 +0200 | |
commit | afeea2758b4f1210361ce2a91d8fa3e7df606ad2 (patch) | |
tree | 969164f4e52fac6d4ec7d275540e702375e80950 /kernel/panic.c | |
parent | drm/komeda: remove unused struct 'gamma_curve_segment' (diff) | |
parent | drm/panthor: Record devfreq busy as soon as a job is started (diff) | |
download | wireguard-linux-afeea2758b4f1210361ce2a91d8fa3e7df606ad2.tar.xz wireguard-linux-afeea2758b4f1210361ce2a91d8fa3e7df606ad2.zip |
Merge drm-misc-next-2024-07-04 into drm-misc-next-fixes
Let's start the drm-misc-next-fixes cycle.
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Diffstat (limited to 'kernel/panic.c')
-rw-r--r-- | kernel/panic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/panic.c b/kernel/panic.c index 747c3f3d289a..8bff183d6180 100644 --- a/kernel/panic.c +++ b/kernel/panic.c @@ -100,7 +100,6 @@ static struct ctl_table kern_panic_table[] = { .mode = 0644, .proc_handler = proc_douintvec, }, - { } }; static __init int kernel_panic_sysctls_init(void) |