From: Viresh Kumar Date: Tue, 18 Mar 2014 07:53:15 +0000 (+0530) Subject: timer: Use variable head instead of &work_list in __run_timers() X-Git-Tag: v3.15-rc1~153^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c41eba7de133e43ea2c998ccd484059feab200f6;p=pandora-kernel.git 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 Cc: linaro-kernel@lists.linaro.org Link: http://lkml.kernel.org/r/0d8645a6efc8360c4196c9797d59343abbfdcc5e.1395129136.git.viresh.kumar@linaro.org Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed