]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drivers: tty: sn_console: use setup_timer() helper.
authorAllen Pais <allen.lkml@gmail.com>
Fri, 22 Sep 2017 08:26:51 +0000 (13:56 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Oct 2017 18:28:36 +0000 (20:28 +0200)
commit0bf1e84ff00fe068833f0281fa3cfca1e5a40152
tree0121bdee53675f509f1ff183b585778dfac53e2f
parent65f8824f557b5f9abdf4548f2255e4acdd1d2328
drivers: tty: sn_console: use setup_timer() helper.

        Use setup_timer function instead of initializing timer with the
        function and data fields.

Signed-off-by: Allen Pais <allen.lkml@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sn_console.c