diff options
author | Phillip Potter <[email protected]> | 2021-08-11 00:50:44 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-08-11 09:41:04 +0200 |
commit | fdd46ffbe4714f9bfd57cccb8033348d76ebcb89 (patch) | |
tree | 408fba46f44445953c6cd89bc1408128721d0eea | |
parent | aab87047305d2966a9ebfc60a2eb9dff480e6ca0 (diff) |
staging: r8188eu: remove unused variable from rtl8188e_init_dm_priv
Remove unused variable from the rtl8188e_init_dm_priv function in
hal/rtl8188e_dm.c
Acked-by: Michael Straube <[email protected]>
Signed-off-by: Phillip Potter <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/r8188eu/hal/rtl8188e_dm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/r8188eu/hal/rtl8188e_dm.c b/drivers/staging/r8188eu/hal/rtl8188e_dm.c index fab385774400..78552303c990 100644 --- a/drivers/staging/r8188eu/hal/rtl8188e_dm.c +++ b/drivers/staging/r8188eu/hal/rtl8188e_dm.c @@ -185,7 +185,6 @@ void rtl8188e_init_dm_priv(struct adapter *Adapter) { struct hal_data_8188e *hal_data = GET_HAL_DATA(Adapter); struct dm_priv *pdmpriv = &hal_data->dmpriv; - struct odm_dm_struct *podmpriv = &hal_data->odmpriv; memset(pdmpriv, 0, sizeof(struct dm_priv)); Init_ODM_ComInfo_88E(Adapter); |