Re: [PATCH v2 3/4] net: nfc: hci: llc_shdlc: use setup_timer() helper.

2017-09-25 Thread David Miller
From: Allen Pais Date: Mon, 25 Sep 2017 13:00:04 +0530 > Use setup_timer function instead of initializing timer with the >function and data fields. > > Signed-off-by: Allen Pais > --- > v2: rebased to latest net-next. Applied.

[PATCH v2 3/4] net: nfc: hci: llc_shdlc: use setup_timer() helper.

2017-09-25 Thread Allen Pais
Use setup_timer function instead of initializing timer with the function and data fields. Signed-off-by: Allen Pais --- v2: rebased to latest net-next. net/nfc/hci/llc_shdlc.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/net/nfc/hci/llc_shdlc.c b/net/nf