kernel_optimize_test/drivers/net/wireless/iwlegacy
Julia Lawall 1a94ace406 iwl3945: 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.

A simplified version of the semantic match that fixes this problem is as
follows: (http://coccinelle.lip6.fr/)

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

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

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2015-01-07 10:45:08 +02:00
..
3945-debug.c
3945-mac.c iwl3945: Use setup_timer 2015-01-07 10:45:08 +02:00
3945-rs.c
3945.c PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use 2014-08-12 12:15:14 -06:00
3945.h
4965-calib.c
4965-debug.c
4965-mac.c iwl4965: Use setup_timer 2015-01-07 10:45:07 +02:00
4965-rs.c
4965.c
4965.h mac80211: allow channel switch with multiple channel contexts 2014-10-09 11:30:09 +02:00
commands.h
common.c iwlegacy: use correct structure type name in sizeof 2014-07-31 13:41:44 -04:00
common.h mac80211: support more than one band in scan request 2014-06-25 09:10:42 +02:00
csr.h
debug.c
iwl-spectrum.h
Kconfig
Makefile
prph.h