]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit - drivers/tty/vcc.c
tty: vcc: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Tue, 24 Oct 2017 10:00:10 +0000 (03:00 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 4 Nov 2017 11:01:54 +0000 (12:01 +0100)
commit4790b6dc7ad6c0f1eb71b94c4babe10a9c41c697
tree6489bae7a8baa9c8ed1f097a06beaad5f2445813
parentad0cda7a90f26970d65163095c5da39f541921bc
tty: vcc: 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: "David S. Miller" <davem@davemloft.net>
Cc: Jiri Slaby <jslaby@suse.com>
Cc: sparclinux@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vcc.c