diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2011-05-12 00:38:10 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-05-12 17:28:57 +0200 |
commit | 7cbbb758d3c93b24b45b169af55440d2e7d5b7f6 (patch) | |
tree | 2eda8bad7a0f92c67b2255e9076e892309e85011 /lib | |
parent | Input: ads7846 - fix gpio_pendown configuration (diff) | |
download | linux-7cbbb758d3c93b24b45b169af55440d2e7d5b7f6.tar.xz linux-7cbbb758d3c93b24b45b169af55440d2e7d5b7f6.zip |
Input: remove useless synchronize_rcu() calls
There is no need to call synchronize_rcu() after a list insertion,
or a NULL->ptr assignment.
However, the reverse operations do need this call.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions