summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
diff options
context:
space:
mode:
authorIvan Safonov <insafonov@gmail.com>2016-09-19 00:27:32 +0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-20 13:33:49 +0200
commit47f7bd29b9bf60b909ca2879f4ba096acebbfe81 (patch)
tree9e399d8e33c28ba2bf95e6adf8d675b4b3ffbf0d /drivers/staging/rtl8188eu
parent693882a56d974ca4233f9beb5aac585d123af175 (diff)
downloadlinux-47f7bd29b9bf60b909ca2879f4ba096acebbfe81.tar.bz2
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 7af690ed2f01..5c275fb9a363 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;