[PATCH 08/10] staging:rtl8192u: Refactor enum dm_dig_pd_th_e - Style

2018-07-27 Thread John Whitmore
The enumerated type dm_dig_pd_th_e is never actually used as the type for the two variables which use the constants, which the enumeration defines. This omission removes the possibility of taking advantage of compiler type checking. To correct this the two member variables, (curpd_thstate &

[PATCH 08/10] staging:rtl8192u: Refactor enum dm_dig_pd_th_e - Style

2018-07-27 Thread John Whitmore
The enumerated type dm_dig_pd_th_e is never actually used as the type for the two variables which use the constants, which the enumeration defines. This omission removes the possibility of taking advantage of compiler type checking. To correct this the two member variables, (curpd_thstate &