[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<170791502561.7127.2095546229162487454.git-patchwork-notify@kernel.org>
Date: Wed, 14 Feb 2024 12:50:25 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Arnd Bergmann <arnd@...nel.org>
Cc: rmody@...vell.com, skalluru@...vell.com, GR-Linux-NIC-Dev@...vell.com,
kuba@...nel.org, arnd@...db.de, davem@...emloft.net, edumazet@...gle.com,
pabeni@...hat.com, nathan@...nel.org, ndesaulniers@...gle.com,
morbo@...gle.com, justinstitt@...gle.com, yunchuan@...china.com,
huangj@...cade.COM, netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
llvm@...ts.linux.dev
Subject: Re: [PATCH] bnad: fix work_queue type mismatch
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller <davem@...emloft.net>:
On Tue, 13 Feb 2024 11:07:50 +0100 you wrote:
> From: Arnd Bergmann <arnd@...db.de>
>
> clang-16 warns about a function pointer cast:
>
> drivers/net/ethernet/brocade/bna/bnad.c:1995:4: error: cast from 'void (*)(struct delayed_work *)' to 'work_func_t' (aka 'void (*)(struct work_struct *)') converts to incompatible function type [-Werror,-Wcast-function-type-strict]
> 1995 | (work_func_t)bnad_tx_cleanup);
> drivers/net/ethernet/brocade/bna/bnad.c:2252:4: error: cast from 'void (*)(void *)' to 'work_func_t' (aka 'void (*)(struct work_struct *)') converts to incompatible function type [-Werror,-Wcast-function-type-strict]
> 2252 | (work_func_t)(bnad_rx_cleanup));
>
> [...]
Here is the summary with links:
- bnad: fix work_queue type mismatch
https://git.kernel.org/netdev/net/c/5d07e432cb38
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