mbox series

[net-next,v3,0/2] net: stmmac: dwc-qos: clean up clock initialisation

Message ID Z7yj_BZa6yG02KcI@shell.armlinux.org.uk (mailing list archive)
Headers show
Series net: stmmac: dwc-qos: clean up clock initialisation | expand

Message

Russell King (Oracle) Feb. 24, 2025, 4:53 p.m. UTC
Hi,

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.

 .../ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c    | 53 ++++++++++++----------
 1 file changed, 29 insertions(+), 24 deletions(-)