mbox series

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

Message ID Z7yGdNuX2mYph8X8@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, 2:47 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.

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.

The second patch is the v1 patch updated for this with the build error
fixed.

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