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:
parent
693882a56d
commit
47f7bd29b9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user