From: Vivek Goyal Date: Wed, 3 Oct 2012 20:57:00 +0000 (-0400) Subject: cfq-iosched: Get rid of unnecessary local variable X-Git-Tag: v3.9-rc1~44^2~12^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f23f12151ab508728dd5fca12180e2fce6c6949;p=pandora-kernel.git cfq-iosched: Get rid of unnecessary local variable Use of local varibale "n" seems to be unnecessary. Remove it. This brings it inline with function __cfq_group_st_add(), which is also doing the similar operation of adding a group to a rb tree. No functionality change here. Signed-off-by: Vivek Goyal Acked-by: Jeff Moyer Signed-off-by: Tejun Heo --- Reading git-diff-tree failed