Searched hist:dae6cdabe45baecfcfd02fbf11d97bb645450fc6 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/pcmcia/ |
H A D | omap_cf.c | diff dae6cdabe45baecfcfd02fbf11d97bb645450fc6 Wed Feb 11 04:55:38 CST 2015 Vaishali Thakkar <vthakkar1994@gmail.com> pcmcia: Use setup_timer
This patch introduces the use of function setup_timer.
This is done using Coccinelle and semantic patch used is as follows:
@@ expression x,y,z; @@
- init_timer (&x); + setup_timer (&x, y, z); - x.function = y; - x.data = z;
Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | soc_common.c | diff dae6cdabe45baecfcfd02fbf11d97bb645450fc6 Wed Feb 11 04:55:38 CST 2015 Vaishali Thakkar <vthakkar1994@gmail.com> pcmcia: Use setup_timer
This patch introduces the use of function setup_timer.
This is done using Coccinelle and semantic patch used is as follows:
@@ expression x,y,z; @@
- init_timer (&x); + setup_timer (&x, y, z); - x.function = y; - x.data = z;
Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|