From: hartleys Date: Fri, 16 Oct 2009 12:52:53 +0000 (+0000) Subject: mtd_blkdevs.c: quiet a "symbol shadows" sparse warning X-Git-Tag: v2.6.33-rc1~66^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f4e137e9af8745ccaddaf5dcb037a1175089e1c;p=pandora-kernel.git mtd_blkdevs.c: quiet a "symbol shadows" sparse warning In register_mtd_blktrans(), the symbol 'ret' is already declared as an int at the start of the function. The inner loop declaration is unnecessary. Quiets the following sparse warning: warning: symbol 'ret' shadows an earlier one Signed-off-by: H Hartley Sweeten Signed-off-by: David Woodhouse --- Reading git-diff-tree failed