diff options
author | Kees Cook <keescook@chromium.org> | 2017-10-25 12:51:20 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-27 05:09:15 +0200 |
commit | f6fd8918f04191a3e24a0717e97520b65a7d6c4e (patch) | |
tree | 36573a23940f39583e23528ba3be1d0fafc68ff5 /samples | |
parent | drivers/net: can: Convert timers to use timer_setup() (diff) | |
download | linux-f6fd8918f04191a3e24a0717e97520b65a7d6c4e.tar.xz linux-f6fd8918f04191a3e24a0717e97520b65a7d6c4e.zip |
drivers/net: hamradio/yam: 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. Initialization was entirely missing.
Cc: Jean-Paul Roubelat <jpr@f6fbb.org>
Cc: linux-hams@vger.kernel.org
Cc: netdev@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions