drivers: tty: 8250: use setup_timer() helper.
authorAllen Pais <allen.lkml@gmail.com>
Fri, 22 Sep 2017 08:26:48 +0000 (13:56 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Oct 2017 18:28:36 +0000 (20:28 +0200)
commit305615127a277ffae7e120b0d88dcbf3c91f4d3f
tree3587f44e2c64e296eaf06a88e6b28ec256c47277
parent71fa527290660c5fc6bdc63bcb7de66af4f3895f
drivers: tty: 8250: 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/8250/8250_core.c