RAS/CEC: Convert timers to use timer_setup()
authorKees Cook <[email protected]>
Sat, 21 Oct 2017 15:37:11 +0000 (08:37 -0700)
committerKees Cook <[email protected]>
Wed, 1 Nov 2017 18:44:51 +0000 (11:44 -0700)
commit254db5bd075427b0f71ea112b30c924fb22bd0fd
treeccc3917bbdf99c352d1c69c1a8f903ace5e7c7f7
parentf7c9564a7cfa3ff69be74bcb1867c898772748b6
RAS/CEC: Convert timers to use timer_setup()

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 <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Christophe JAILLET <[email protected]>
Cc: Nicolas Iooss <[email protected]>
Cc: Ingo Molnar <[email protected]>
Signed-off-by: Kees Cook <[email protected]>
Reviewed-by: Borislav Petkov <[email protected]>
drivers/ras/cec.c