From: Lin Ming Date: Fri, 22 Jul 2011 01:14:31 +0000 (+0800) Subject: sched: Cleanup duplicate local variable in [enqueue|dequeue]_task_fair X-Git-Tag: v3.1-rc1~298^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f3171438fc917b9f6b8b60dbb7a3fff9a0f68fd;p=pandora-kernel.git sched: Cleanup duplicate local variable in [enqueue|dequeue]_task_fair No need to define a new "cfs_rq" variable in the "for" block. Just use the one at the top of the function. Signed-off-by: Lin Ming Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1311297271.3938.1352.camel@minggr.sh.intel.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed