Re: [PATCH net-next v1 1/1] net: ag71xx: fix discards 'const' qualifier warning

From: patchwork-bot+netdevbpf
Date: Fri Jun 17 2022 - 06:10:22 EST


Hello:

This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@xxxxxxxxxxxxx>:

On Thu, 16 Jun 2022 13:37:24 +0200 you wrote:
> Current kernel will compile this driver with warnings. This patch will
> fix it.
>
> drivers/net/ethernet/atheros/ag71xx.c: In function 'ag71xx_fast_reset':
> drivers/net/ethernet/atheros/ag71xx.c:996:31: warning: passing argument 2 of 'ag71xx_hw_set
> _macaddr' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
> 996 | ag71xx_hw_set_macaddr(ag, dev->dev_addr);
> | ~~~^~~~~~~~~~
> drivers/net/ethernet/atheros/ag71xx.c:951:69: note: expected 'unsigned char *' but argument
> is of type 'const unsigned char *'
> 951 | static void ag71xx_hw_set_macaddr(struct ag71xx *ag, unsigned char *mac)
> | ~~~~~~~~~~~~~~~^~~
> drivers/net/ethernet/atheros/ag71xx.c: In function 'ag71xx_open':
> drivers/net/ethernet/atheros/ag71xx.c:1441:32: warning: passing argument 2 of 'ag71xx_hw_se
> t_macaddr' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
> 1441 | ag71xx_hw_set_macaddr(ag, ndev->dev_addr);
> | ~~~~^~~~~~~~~~
> drivers/net/ethernet/atheros/ag71xx.c:951:69: note: expected 'unsigned char *' but argument
> is of type 'const unsigned char *'
> 951 | static void ag71xx_hw_set_macaddr(struct ag71xx *ag, unsigned char *mac)
> | ~~~~~~~~~~~~~~~^~~
>
> [...]

Here is the summary with links:
- [net-next,v1,1/1] net: ag71xx: fix discards 'const' qualifier warning
https://git.kernel.org/netdev/net-next/c/225b0ed27e6a

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html