Files
linux/drivers
Martin Kaiser af4e6efda5 staging: r8188eu: remove EepromOrEfuse from struct eeprom_priv
The EepromOrEfuse flag in struct eeprom_priv is used only in the
ReadAdapterInfo8188EU function. We can remove EepromOrEfuse from struct
eeprom_priv.

As the meaning of EepromOrEfuse isn't obvious, there is a macro
is_boot_from_eeprom that's used for checking the value. We don't need the
macro, writing the check as !(eeValue & BOOT_FROM_EEPROM) makes it clear
what is checked.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220709171000.180481-3-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-07-11 10:06:44 +02:00
..
2022-06-30 08:21:43 +09:00
2022-05-15 18:31:28 -06:00
2022-06-20 08:38:29 -05:00
2022-05-11 08:29:11 +03:00
2022-07-11 09:25:23 +02:00
2022-06-10 15:38:14 +02:00
2022-06-10 15:38:14 +02:00