1
0
Fork 0
alistair23-linux/drivers/net/hamradio
Julia Lawall d3be267d35 yam: replace del_timer by del_timer_sync
Use del_timer_sync to ensure that the timer is stopped on all CPUs before
the driver exists.

This change was suggested by Thomas Gleixner

The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@r@
declarer name module_exit;
identifier ex;
@@

module_exit(ex);

@@
identifier r.ex;
@@

ex(...) {
  <...
- del_timer
+ del_timer_sync
    (...)
  ...>
}
// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-03-27 15:28:06 -04:00
..
6pack.c hamradio: 6pack: fix error return code 2014-01-02 03:30:35 -05:00
Kconfig
Makefile
baycom_epp.c
baycom_par.c
baycom_ser_fdx.c hamradio: baycom: remove deprecated IRQF_DISABLED 2013-09-30 15:08:13 -04:00
baycom_ser_hdx.c hamradio: baycom: remove deprecated IRQF_DISABLED 2013-09-30 15:08:13 -04:00
bpqether.c hamradio: slight optimization of addr compare 2013-12-26 13:31:33 -05:00
dmascc.c
hdlcdrv.c drivers/net/hamradio: Integer overflow in hdlcdrv_ioctl() 2013-12-19 15:02:14 -05:00
mkiss.c drivers/net/*: Fix FSF address in file headers 2013-12-06 12:37:55 -05:00
scc.c net: hamradio/scc: remove deprecated IRQF_DISABLED 2013-10-07 15:53:52 -04:00
yam.c yam: replace del_timer by del_timer_sync 2014-03-27 15:28:06 -04:00
z8530.h