commit | 13e381365614855bf14c8ad68f9b65e3afd3dd2c | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Wed May 11 22:40:45 2011 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Tue May 17 23:19:19 2011 +0200 |
tree | b51f9b4eda56b768f2cc8f5646dd02a8d49d900c | |
parent | 13d53f8775c6a00b070a3eef6833795412eb7fcd [diff] |
PM / Wakeup: Remove useless synchronize_rcu() call 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>