rcu: Remove superfluous local variable in rcu_init_geometry()
authorAlexander Gordeev <agordeev@redhat.com>
Wed, 3 Jun 2015 06:18:24 +0000 (08:18 +0200)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 15 Jul 2015 21:45:13 +0000 (14:45 -0700)
commit372b0ec24f6b516174934d68fd86d2056f1a5bba
treea1d22752e58a94a9f04a3324953d3397e8079b71
parent75cf15a4c0dd57f5d230bd30c2d41bd8e06ae5a9
rcu: Remove superfluous local variable in rcu_init_geometry()

Local variable 'n' mimics 'nr_cpu_ids' while the both are
used within one function. There is no reason for 'n' to
exist whatsoever.

Cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree.c