[PATCH 2/9] staging/rtl8187se: Remove code without effect

2013-02-12 Thread Peter Huewe
The local variable u4bAcParam is never read/used after assignment, thus we can remove the declaration, assignment and any related code. -> the local variables u1bAIFS, eACI and pAcParam can also be removed. Signed-off-by: Peter Huewe --- drivers/staging/rtl8187se/r8185b_init.c | 39

[PATCH 2/9] staging/rtl8187se: Remove code without effect

2013-02-12 Thread Peter Huewe
The local variable u4bAcParam is never read/used after assignment, thus we can remove the declaration, assignment and any related code. -> the local variables u1bAIFS, eACI and pAcParam can also be removed. Signed-off-by: Peter Huewe --- drivers/staging/rtl8187se/r8185b_init.c | 39

[PATCH 2/9] staging/rtl8187se: Remove code without effect

2013-02-12 Thread Peter Huewe
The local variable u4bAcParam is never read/used after assignment, thus we can remove the declaration, assignment and any related code. - the local variables u1bAIFS, eACI and pAcParam can also be removed. Signed-off-by: Peter Huewe peterhu...@gmx.de --- drivers/staging/rtl8187se/r8185b_init.c

[PATCH 2/9] staging/rtl8187se: Remove code without effect

2013-02-12 Thread Peter Huewe
The local variable u4bAcParam is never read/used after assignment, thus we can remove the declaration, assignment and any related code. - the local variables u1bAIFS, eACI and pAcParam can also be removed. Signed-off-by: Peter Huewe peterhu...@gmx.de --- drivers/staging/rtl8187se/r8185b_init.c