staging: rtl8188eu: remove dead code from dm_fast_training_init()
authorMichael Straube <straube.linux@gmail.com>
Sat, 6 Oct 2018 13:02:30 +0000 (15:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Oct 2018 13:17:28 +0000 (15:17 +0200)
commit9fd3ad9d8a54caf12b291c9c2f134ce88b11ffd4
tree0ec2d7de4b8e28a9da1765823ae5b81a835af489
parent12f388a6ae453dd649a60d1ae9441185631a413e
staging: rtl8188eu: remove dead code from dm_fast_training_init()

The variable AntCombination is initialized to 2 and never changed.
So the else if path is never used. Remove the dead code and the
variable AntCombination.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/odm_rtl8188e.c