OSDN Git Service

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