Re: [PATCH net-next 01/14] net: stmmac: qcom-ethqos: remove mac_base
From: Vladimir Oltean <olteanv@gmail.com>
Date: 2026-01-14 20:48:48
Also in:
linux-arm-kernel, linux-arm-msm, linux-phy
From: Vladimir Oltean <olteanv@gmail.com>
Date: 2026-01-14 20:48:48
Also in:
linux-arm-kernel, linux-arm-msm, linux-phy
On Wed, Jan 14, 2026 at 05:45:14PM +0000, Russell King (Oracle) wrote:
Since the blamed commit, ethqos->mac_base is only written, never
read. Let's remove it.
Fixes: 9b443e58a896 ("net: stmmac: qcom-ethqos: remove MAC_CTRL_REG modification")
Signed-off-by: Russell King (Oracle) <redacted>
---I think we reserve the use of Fixes: tags for user-visible issues, not cleanup of dangling variables. You can move the sha1sum and its commit title in the main commit message body and delete that tag.