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
-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
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
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;
4 matches
Mail list logo