OSDN Git Service

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