• Kees Cook's avatar
    drivers/firmware: psci: Convert timers to use timer_setup() · ff07a23f
    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. Also adds missing call to
    destroy_timer_on_stack().
    
    Cc: Mark Rutland <mark.rutland@arm.com>
    Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
    Cc: linux-arm-kernel@lists.infradead.org
    Signed-off-by: default avatarKees Cook <keescook@chromium.org>
    ff07a23f
psci_checker.c 12.7 KB