commit | dda436b7accffd5313e8fd8338f724376c6fcda2 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Tue Oct 24 01:46:16 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 25 13:00:27 2017 +0900 |
tree | 7d66d2102e889dbec3bff3f6bf6ecfccc8b87793 | |
parent | 839a6094140ade97ccc548fcd63179506c5d7fe4 [diff] |
net: hsr: Convert timers to use timer_setup() In preparation for unconditionally passing the struct timer_list pointer to all timer callbacks, switch to using the new timer_setup() and from_timer() to pass the timer pointer explicitly. Cc: Arvid Brodin <arvid.brodin@alten.se> Cc: "David S. Miller" <davem@davemloft.net> Cc: netdev@vger.kernel.org Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: David S. Miller <davem@davemloft.net>