From: Roland Dreier Date: Fri, 25 Jan 2008 22:15:42 +0000 (-0800) Subject: IB/ipath: Fix some sparse warnings about shadowed symbols X-Git-Tag: v2.6.25-rc1~1234^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf9542aa923982428fbf6a6f815c32ae2c3da8c7;p=pandora-kernel.git IB/ipath: Fix some sparse warnings about shadowed symbols There are a few places in the ipath driver where a variable is re-declared within a block where it is already in scope. Most of these extra declarations can simply be removed, since the variable from the outer scope is used in a way so that it does not need to keep its variable across the block with the re-declaration. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed