mISDN: hfcpci: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Thu, 2 Nov 2017 23:18:07 +0000 (16:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Nov 2017 06:54:12 +0000 (15:54 +0900)
commitc509a8229d8df29c8308c4b03a1f6d69eb287acd
treeba9e7f9265d08a5ba17f841a9b7db14798ade5f1
parent5212dfa3ea591df2dc1520675622856ac0bb63e4
mISDN: hfcpci: 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: Karsten Keil <isdn@linux-pingi.de>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Arvind Yadav <arvind.yadav.cs@gmail.com>
Cc: Geliang Tang <geliangtang@gmail.com>
Cc: netdev@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/hardware/mISDN/hfcpci.c