From: Harvey Harrison Date: Tue, 6 Jan 2009 22:40:49 +0000 (-0800) Subject: lib: fix sparse shadowed variable warning X-Git-Tag: v2.6.29-rc1~382 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40bc1f2dbc29ab88176a650e51f2246526105093;p=pandora-kernel.git lib: fix sparse shadowed variable warning pos is always set before being used, no need to declare a second one inside the if() block. lib/prio_heap.c:34:7: warning: symbol 'pos' shadows an earlier one lib/prio_heap.c:30:6: originally declared here Signed-off-by: Harvey Harrison Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed