]> git.hungrycats.org Git - linux/commit
net: phy: aquantia: fix setting active_low bit
authorDaniel Golle <daniel@makrotopia.org>
Tue, 17 Sep 2024 13:49:40 +0000 (14:49 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 24 Sep 2024 08:55:07 +0000 (10:55 +0200)
commitd2b366c43443a21d9bcf047f3ee1f09cf9792dc4
tree19154a8ce26db281ea3d4239f740dda1fc3716c4
parentf011b313e8ebd5b7abd8521b5119aecef403de45
net: phy: aquantia: fix setting active_low bit

phy_modify_mmd was used wrongly in aqr_phy_led_active_low_set() resulting
in a no-op instead of setting the VEND1_GLOBAL_LED_DRIVE_VDD bit.
Correctly set VEND1_GLOBAL_LED_DRIVE_VDD bit.

Fixes: 61578f679378 ("net: phy: aquantia: add support for PHY LEDs")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://patch.msgid.link/ab963584b0a7e3b4dac39472a4b82ca264d79630.1726580902.git.daniel@makrotopia.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/phy/aquantia/aquantia_leds.c