• Kees Cook's avatar
    RAS/CEC: Convert timers to use timer_setup() · 254db5bd
    Kees Cook authored
    In preparation for unconditionally passing the struct timer_list pointer to
    all timer callbacks, switch to using the new timer_setup() and from_timer()
    to pass the timer pointer explicitly.
    
    Cc: Borislav Petkov <bp@suse.de>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    Cc: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
    Cc: Ingo Molnar <mingo@kernel.org>
    Signed-off-by: default avatarKees Cook <keescook@chromium.org>
    Reviewed-by: default avatarBorislav Petkov <bp@suse.de>
    254db5bd
cec.c 11.6 KB