staging: rtl8192e: Remove dead code: dig_t::dbg_mode, drx_path_sel::DbgMode
authorMateusz Kulikowski <mateusz.kulikowski@gmail.com>
Mon, 8 Jun 2015 21:23:34 +0000 (23:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Jun 2015 00:13:27 +0000 (17:13 -0700)
commit32215eaa6e395c91cb0191553f14eb0abb69dc68
treeb79e2c4c937f120d24eb8085a751db7abf531868
parent67ba748c03bc2103df090b1413661d77c8334ea4
staging: rtl8192e: Remove dead code: dig_t::dbg_mode, drx_path_sel::DbgMode

dig_t::dbg_mode and drx_path_sel::DbgMode are initialized to one value and
checked only once in code.This patch throws them away, and deletes
always-true conditions.

Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/rtl_dm.c
drivers/staging/rtl8192e/rtl8192e/rtl_dm.h