]> git.baikalelectronics.ru Git - kernel.git/commit
net:nfc: use setup_timer
authorAllen Pais <allen.lkml@gmail.com>
Thu, 21 Sep 2017 10:59:33 +0000 (16:29 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Sep 2017 22:47:57 +0000 (15:47 -0700)
commitc2af22272551858f61ff04682085900a3c9c5d45
tree901e93d27399b74ac2d69e45666869c763c72140
parent0125770d3ed3bd7df0f9f757c6e3fc6b66977350
net:nfc: use setup_timer

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: David S. Miller <davem@davemloft.net>
net/nfc/core.c