[PATCH -next] irqchip/sifive-plic: Make use of __assign_bit() API
patchwork-bot+linux-riscv at kernel.org
patchwork-bot+linux-riscv at kernel.org
Wed Dec 11 14:32:27 PST 2024
Hello:
This patch was applied to riscv/linux.git (fixes)
by Thomas Gleixner <tglx at linutronix.de>:
On Mon, 2 Sep 2024 21:08:24 +0800 you wrote:
> We have for some time the __assign_bit() API to replace
> open coded
> if (foo)
> __set_bit(n, bar);
> else
> __clear_bit(n, bar);
>
> [...]
Here is the summary with links:
- [-next] irqchip/sifive-plic: Make use of __assign_bit() API
https://git.kernel.org/riscv/c/40d7af5375a4
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
More information about the linux-riscv
mailing list