OSDN Git Service

net: nfc: hci: use setup_timer() helper.
authorAllen Pais <allen.lkml@gmail.com>
Mon, 25 Sep 2017 07:30:03 +0000 (13:00 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Sep 2017 20:19:20 +0000 (13:19 -0700)
commitb1e07c5486f0df26caf93234bd7db5545a37aba8
treea911be2de7ecc316d4d366c9bed8192849fa9d5e
parent2d04cfcfa2e86cac751979b584e5420dd470903b
net: nfc: hci: 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: David S. Miller <davem@davemloft.net>
net/nfc/hci/core.c