Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <coelho@ti.com>
- Loading branch information