]> git.ipfire.org Git - thirdparty/linux.git/commit
net: stmmac: move stmmac_init_ptp() messages into function
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Thu, 11 Sep 2025 11:10:07 +0000 (12:10 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sun, 14 Sep 2025 19:01:13 +0000 (12:01 -0700)
commit4fbd180acd5784ea6fd98aeeeb829e11294a9b75
tree93d174fd44498383143cfcb280304880b19c0c50
parent67ec43792b110540211485deb59e33839d8a2f5a
net: stmmac: move stmmac_init_ptp() messages into function

Move the stmmac_init_ptp() messages from stmmac_hw_setup() to
stmmac_init_ptp(), which will allow further cleanups.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c