[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <164177641411.18208.12653754291420226468.git-patchwork-notify@kernel.org>
Date: Mon, 10 Jan 2022 01:00:14 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Jakub Kicinski <kuba@...nel.org>
Cc: davem@...emloft.net, netdev@...r.kernel.org, keescook@...omium.org
Subject: Re: [PATCH net-next] net: allwinner: Fix print format
Hello:
This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@...nel.org>:
On Fri, 7 Jan 2022 19:44:38 -0800 you wrote:
> Kees reports quoted commit introduced the following warning on arm64:
>
> drivers/net/ethernet/allwinner/sun4i-emac.c:922:60: error: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'resource_size_t' {aka 'long long unsigned int'} [-Werror=format=]
> 922 | netdev_info(ndev, "get io resource from device: 0x%x, size = %u\n",
> | ~^
> | | | unsigned int
> | %llx
> 923 | regs->start, resource_size(regs));
> | ~~~~~~~~~~~
> | |
> | resource_size_t {aka long long unsigned int}
>
> [...]
Here is the summary with links:
- [net-next] net: allwinner: Fix print format
https://git.kernel.org/netdev/net-next/c/009e4ee381a0
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists