]> www.infradead.org Git - users/jedix/linux-maple.git/commit
posix-timers: Remove a few paranoid warnings
authorThomas Gleixner <tglx@linutronix.de>
Sat, 8 Mar 2025 16:48:24 +0000 (17:48 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 13 Mar 2025 11:07:16 +0000 (12:07 +0100)
commit4c5cd058beb565ea02ff3db9236f01b2b7d78071
treeaf42bd5c71ac3d63c3f15e14d9fb2a58983fde59
parent6ad9c3380ab03c6ff3217df48a02e851e9b03db7
posix-timers: Remove a few paranoid warnings

Warnings about a non-initialized timer or non-existing callbacks are just
useful for implementing new posix clocks, but there a NULL pointer
dereference is expected anyway. :)

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lore.kernel.org/all/20250308155623.765462334@linutronix.de
kernel/time/posix-timers.c