Re: [PATCH] [net-next]NFC: Convert timers to use timer_setup()

2017-10-11 Thread Allen
Switch to using the new timer_setup() and from_timer() for net/nfc/* Signed-off-by: Allen Pais --- --- net/nfc/core.c | 8 +++- net/nfc/hci/core.c | 7 +++ net/nfc/hci/llc_shdlc.c | 23 +-- net/nfc/llcp_core.c | 14 ++ 4 files cha

[PATCH] [net-next]NFC: Convert timers to use timer_setup()

2017-10-11 Thread Allen Pais
Switch to using the new timer_setup() and from_timer() for net/nfc/* Signed-off-by: Allen Pais --- --- net/nfc/core.c | 8 +++- net/nfc/hci/core.c | 7 +++ net/nfc/hci/llc_shdlc.c | 23 +-- net/nfc/llcp_core.c | 14 ++ 4 files changed,