Re: [PATCH 1/7] isdn: replace del_timer by del_timer_sync

2014-03-28 Thread Julia Lawall
On Sat, 29 Mar 2014, Tilman Schmidt wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Am 26.03.2014 22:33, schrieb Julia Lawall: > > From: Julia Lawall > > > > Use del_timer_sync to ensure that the timer is stopped on all CPUs > > before the driver exists. > > Surely you meant "ex

Re: [PATCH 1/7] isdn: replace del_timer by del_timer_sync

2014-03-28 Thread Tilman Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 26.03.2014 22:33, schrieb Julia Lawall: > From: Julia Lawall > > Use del_timer_sync to ensure that the timer is stopped on all CPUs > before the driver exists. Surely you meant "exits"? Regards, Tilman - -- Tilman Schmidt

Re: [PATCH 1/7] isdn: replace del_timer by del_timer_sync

2014-03-27 Thread David Miller
From: Julia Lawall Date: Wed, 26 Mar 2014 22:33:39 +0100 > From: Julia Lawall > > 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: > (ht

[PATCH 1/7] isdn: replace del_timer by del_timer_sync

2014-03-26 Thread Julia Lawall
From: Julia Lawall 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/) // @r@ declarer name module_exit; identifier ex;