timer: Use variable head instead of &work_list in __run_timers()
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 18 Mar 2014 07:53:15 +0000 (13:23 +0530)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 20 Mar 2014 11:35:45 +0000 (12:35 +0100)
commitc41eba7de133e43ea2c998ccd484059feab200f6
tree1245b2aeb0e324e561b9342ba9fda3aed61073e3
parent09e15176ded1faa7bd685b3b5b1213cf0240566e
timer: Use variable head instead of &work_list in __run_timers()

We already have a variable 'head' that points to '&work_list', and so
we should use that instead wherever possible.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Cc: linaro-kernel@lists.linaro.org
Link: http://lkml.kernel.org/r/0d8645a6efc8360c4196c9797d59343abbfdcc5e.1395129136.git.viresh.kumar@linaro.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/timer.c