Merge branch 'net-stmmac-dwc-qos-clean-up-clock-initialisation'
authorJakub Kicinski <kuba@kernel.org>
Wed, 26 Feb 2025 02:17:56 +0000 (18:17 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 26 Feb 2025 02:17:57 +0000 (18:17 -0800)
commit8fb2d1229e5ce27afaed226d51f2d25c825d104d
tree9199e3db80727da5592e32939b865a6bb8740fde
parent6002850fdfe0b4343136670a9895b6ba4ee3285b
parent196b07ba910403c75d96a82000efa3942da243b8
Merge branch 'net-stmmac-dwc-qos-clean-up-clock-initialisation'

Russell King says:

====================
net: stmmac: dwc-qos: clean up clock initialisation

My single v1 patch has become two patches as a result of the build
error, as it appears this code uses "data" differently from others.
v2 still produced build warnings despite local builds being clean,
so v3 addresses those.

The first patch brings some consistency with other drivers, naming
local variables that refer to struct plat_stmmacenet_data as
"plat_dat", as is used elsewhere in this driver.
====================

Link: https://patch.msgid.link/Z7yj_BZa6yG02KcI@shell.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>