summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu
diff options
context:
space:
mode:
authorIvan Safonov <insafonov@gmail.com>2016-09-18 17:27:32 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-20 11:33:49 (GMT)
commit47f7bd29b9bf60b909ca2879f4ba096acebbfe81 (patch)
tree9e399d8e33c28ba2bf95e6adf8d675b4b3ffbf0d /drivers/staging/rtl8188eu
parent693882a56d974ca4233f9beb5aac585d123af175 (diff)
downloadlinux-47f7bd29b9bf60b909ca2879f4ba096acebbfe81.tar.xz
staging: r8188eu: set correct type for HalData member of adapter structure
To avoid unnecessary typecast. Signed-off-by: Ivan Safonov <insafonov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu')
-rw-r--r--drivers/staging/rtl8188eu/include/drv_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/drv_types.h b/drivers/staging/rtl8188eu/include/drv_types.h
index 7af690e..5c275fb 100644
--- a/drivers/staging/rtl8188eu/include/drv_types.h
+++ b/drivers/staging/rtl8188eu/include/drv_types.h
@@ -154,7 +154,7 @@ struct adapter {
struct eeprom_priv eeprompriv;
struct led_priv ledpriv;
- void *HalData;
+ struct hal_data_8188e *HalData;
s32 bDriverStopped;
s32 bSurpriseRemoved;