git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75f2554
)
wl12xx: remove unnecessary shadow declaration
author
Luciano Coelho
<coelho@ti.com>
Tue, 24 Jan 2012 09:46:32 +0000
(11:46 +0200)
committer
Luciano Coelho
<coelho@ti.com>
Wed, 15 Feb 2012 06:38:29 +0000
(08:38 +0200)
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 <coelho@ti.com>
No differences found