Re: [PATCH v2 1/4] net: af_packet: use setup_timer() helper.

2017-09-25 Thread David Miller
From: Allen Pais Date: Mon, 25 Sep 2017 13:00:02 +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 1/4] net: af_packet: 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/packet/af_packet.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c i