]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: stmmac: mdio: update runtime PM
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Fri, 29 Aug 2025 09:02:29 +0000 (10:02 +0100)
committerJakub Kicinski <kuba@kernel.org>
Mon, 1 Sep 2025 20:10:06 +0000 (13:10 -0700)
commitec0b1eeece28193e005a6b4b82972565fb5ca2b3
tree0e0ac7f5fcd3855a5c1bc848ba64c0dc7921d57c
parentc85ae0240ee9ee9dfbd7e7fd8fc5f3c1c4367491
net: stmmac: mdio: update runtime PM

Commit 3c7826d0b106 ("net: stmmac: Separate C22 and C45 transactions
for xgmac") missed a change that happened in commit e2d0acd40c87
("net: stmmac: using pm_runtime_resume_and_get instead of
pm_runtime_get_sync").

Update the two clause 45 functions that didn't get switched to
pm_runtime_resume_and_get().

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://patch.msgid.link/E1urv09-00000000gJ1-3SxO@rmk-PC.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c