mbox series

[net-next,0/2] net: stmmac: dwmac-anarion: address issues flagged by sparse

Message ID 20230406-dwmac-anarion-sparse-v1-0-b0c866c8be9d@kernel.org (mailing list archive)
Headers show
Series net: stmmac: dwmac-anarion: address issues flagged by sparse | expand

Message

Simon Horman April 6, 2023, 5:30 p.m. UTC
Two minor enhancements to dwmac-anarion to address issues flagged by
sparse.

1. Always return struct anarion_gmac * from anarion_config_dt()
2. Add __iomem annotation to register base

No functional change intended.
Compile tested only.

---
Simon Horman (2):
      net: stmmac: dwmac-anarion: Use annotation __iomem for register base
      net: stmmac: dwmac-anarion: Always return struct anarion_gmac * from anarion_config_dt()

 drivers/net/ethernet/stmicro/stmmac/dwmac-anarion.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

base-commit: 0ebd4fd6b9064764a3af3d671463b1350abffb6c

Comments

patchwork-bot+netdevbpf@kernel.org April 8, 2023, 3:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 06 Apr 2023 19:30:08 +0200 you wrote:
> Two minor enhancements to dwmac-anarion to address issues flagged by
> sparse.
> 
> 1. Always return struct anarion_gmac * from anarion_config_dt()
> 2. Add __iomem annotation to register base
> 
> No functional change intended.
> Compile tested only.
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: stmmac: dwmac-anarion: Use annotation __iomem for register base
    https://git.kernel.org/netdev/net-next/c/9f12541d684b
  - [net-next,2/2] net: stmmac: dwmac-anarion: Always return struct anarion_gmac * from anarion_config_dt()
    https://git.kernel.org/netdev/net-next/c/51fe084b17e7

You are awesome, thank you!