mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 23:21:31 +00:00
6f9defaf99
for_each_set_bit was used wrongly in aqr107_config_init() when iterating
over LEDs. Drop misleading 'index' variable and call
aqr_phy_led_active_low_set() for each set bit representing an LED which
is driven by VDD instead of GND pin.
Fixes:
|
||
---|---|---|
.. | ||
aquantia_firmware.c | ||
aquantia_hwmon.c | ||
aquantia_leds.c | ||
aquantia_main.c | ||
aquantia.h | ||
Kconfig | ||
Makefile |