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>
This commit is contained in:
Ivan Safonov 2016-09-19 00:27:32 +07:00 committed by Greg Kroah-Hartman
parent 693882a56d
commit 47f7bd29b9

View File

@ -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;