From: Luciano Coelho Date: Tue, 24 Jan 2012 09:46:32 +0000 (+0200) Subject: wl12xx: remove unnecessary shadow declaration X-Git-Tag: v3.4-rc1~177^2~108^2~39^2~126^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=775e1a4bd57a117ae181afebf59e26fa072db6a8;p=pandora-kernel.git wl12xx: remove unnecessary shadow declaration The vif variable was being declared inside one of the internal blocks of wl1271_event_process. This is not necessary, since this variable is already declared in the function context. Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed