summaryrefslogtreecommitdiffstats
path: root/drivers/isdn
diff options
context:
space:
mode:
authorKees Cook2017-10-17 02:28:51 +0200
committerDavid S. Miller2017-10-18 13:39:37 +0200
commit2183c1a61ccc952a836a533c88288289affa2a59 (patch)
treecc2d757a2412e4dabd45d59a2c1baa93af4bc1d5 /drivers/isdn
parentnet/ti/tlan: Convert timers to use timer_setup() (diff)
downloadkernel-qcow2-linux-2183c1a61ccc952a836a533c88288289affa2a59.tar.gz
kernel-qcow2-linux-2183c1a61ccc952a836a533c88288289affa2a59.tar.xz
kernel-qcow2-linux-2183c1a61ccc952a836a533c88288289affa2a59.zip
net/usb/usbnet: 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. Since the callback is called from both a timer and a tasklet, adjust the tasklet to pass the timer address too. When tasklets have their .data field removed, this can be refactored to call a central function after resolving the correct container_of() for a separate callback function for timer and tasklet. Cc: Oliver Neukum <oneukum@suse.com> Cc: netdev@vger.kernel.org Cc: linux-usb@vger.kernel.org Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: Oliver Neukum <oneukum@suse.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn')
0 files changed, 0 insertions, 0 deletions