PM / Wakeup: Remove useless synchronize_rcu() call
authorEric Dumazet <eric.dumazet@gmail.com>
Wed, 11 May 2011 20:40:45 +0000 (22:40 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Tue, 17 May 2011 21:19:19 +0000 (23:19 +0200)
wakeup_source_add() adds an item into wakeup_sources list.

There is no need to call synchronize_rcu() at this point.

Its only needed in wakeup_source_remove()

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>

No differences found