projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
693882a
)
staging: r8188eu: set correct type for HalData member of adapter structure
author
Ivan Safonov
<
[email protected]
>
Sun, 18 Sep 2016 17:27:32 +0000
(
00:27
+0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 20 Sep 2016 11:33:49 +0000
(13:33 +0200)
To avoid unnecessary typecast.
Signed-off-by: Ivan Safonov <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/rtl8188eu/include/drv_types.h
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8188eu/include/drv_types.h
b/drivers/staging/rtl8188eu/include/drv_types.h
index 7af690ed2f0114025d548d3d4aa5ab7ed81e6927..5c275fb9a3634d1400dae3889a26b2823ee06d1b 100644
(file)
--- 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;