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