linux/drivers/net/ethernet/dec/tulip
Amitoj Kaur Chawla 5327ef9c95 net: tulip: Use setup_timer()
Convert a call to init_timer and accompanying intializations of
the timer's data and function fields to a call to setup_timer.

The Coccinelle semantic patch that fixes this problem is
as follows:

// <smpl>
@@
expression t,f,d;
@@

-init_timer(&t);
+setup_timer(&t,f,d);
-t.data = d;
-t.function = f;
// </smpl>

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-02-25 16:51:04 -05:00
..
21142.c
de4x5.c drivers/net: fix eisa_driver probe section mismatch 2015-12-14 00:24:22 -05:00
de4x5.h
de2104x.c drivers/net: get rid of unnecessary initializations in .get_drvinfo() 2015-10-16 00:24:10 -07:00
dmfe.c ethernet: codespell comment spelling fixes 2015-03-08 22:54:22 -04:00
eeprom.c
interrupt.c
Kconfig drivers/net: remove all references to obsolete Ethernet-HOWTO 2015-06-23 06:50:35 -07:00
Makefile
media.c
pnic2.c
pnic.c
timer.c tulip: Poll link status more frequently for Comet chips 2014-06-22 17:12:36 -07:00
tulip_core.c net: tulip: Use setup_timer() 2016-02-25 16:51:04 -05:00
tulip.h
uli526x.c drivers/net/ethernet/dec/tulip/uli526x.c: fix misleading indentation in uli526x_timer 2015-06-03 19:43:49 -07:00
winbond-840.c net: tulip: turn compile-time warning into dev_warn() 2015-11-20 11:02:48 -05:00
xircom_cb.c PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use 2014-08-12 12:15:14 -06:00