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