From: Hannes Reinecke Date: Tue, 5 Aug 2008 20:01:08 +0000 (-0700) Subject: block/cciss.c: remove pointless curr_queue calculation X-Git-Tag: v2.6.27-rc2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=756fcab27756f32722b748e2aff3393eef9a589d;p=pandora-kernel.git block/cciss.c: remove pointless curr_queue calculation curr_queue is a local variable in a for loop, and it's being initialized at the start of each loop. So any assignment at the end of the loop is pointless. Signed-off-by: Hannes Reinecke Cc: Mike Miller Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed