]> git.ipfire.org Git - thirdparty/linux.git/commit
net: dsa: vsc73xx: pass value in phy_write operation
authorPawel Dembicki <paweldembicki@gmail.com>
Fri, 9 Aug 2024 19:38:03 +0000 (21:38 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Aug 2024 10:46:55 +0000 (11:46 +0100)
commit5b9eebc2c7a5f0cc7950d918c1e8a4ad4bed5010
treeb422cf6d85ef32c02da4533de0d2e9b9d95c78d1
parent63796bc2e97cd5ebcef60bad4953259d4ad11cb4
net: dsa: vsc73xx: pass value in phy_write operation

In the 'vsc73xx_phy_write' function, the register value is missing,
and the phy write operation always sends zeros.

This commit passes the value variable into the proper register.

Fixes: 05bd97fc559d ("net: dsa: Add Vitesse VSC73xx DSA router driver")
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/vitesse-vsc73xx-core.c