* [PATCH] firewall: remove misplaced semicolon from stm32_firewall_get_firewall
@ 2024-12-20 8:33 Alexandre Torgue
2025-01-09 22:12 ` patchwork-bot+linux-soc
0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Torgue @ 2024-12-20 8:33 UTC (permalink / raw)
To: Arnd Bergmann, Olof Johansson, Kevin Hilman, soc, arm; +Cc: Alexandre Torgue
From: guanjing <guanjing@cmss.chinamobile.com>
Remove misplaced colon in stm32_firewall_get_firewall()
which results in a syntax error when the code is compiled
without CONFIG_STM32_FIREWALL.
Fixes: 5c9668cfc6d7 ("firewall: introduce stm32_firewall framework")
Signed-off-by: guanjing <guanjing@cmss.chinamobile.com>
Reviewed-by: Gatien Chevallier <gatien.chevallier@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
---
Hi Arm SoC maintainers
Can you please take this STM32 firewall patch in your SoC tree for v6.14 ?
Thanks in advance.
Alex
diff --git a/include/linux/bus/stm32_firewall_device.h b/include/linux/bus/stm32_firewall_device.h
index 18e0a2fc3816..5178b72bc920 100644
--- a/include/linux/bus/stm32_firewall_device.h
+++ b/include/linux/bus/stm32_firewall_device.h
@@ -115,7 +115,7 @@ void stm32_firewall_release_access_by_id(struct stm32_firewall *firewall, u32 su
#else /* CONFIG_STM32_FIREWALL */
int stm32_firewall_get_firewall(struct device_node *np, struct stm32_firewall *firewall,
- unsigned int nb_firewall);
+ unsigned int nb_firewall)
{
return -ENODEV;
}
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] firewall: remove misplaced semicolon from stm32_firewall_get_firewall
2024-12-20 8:33 [PATCH] firewall: remove misplaced semicolon from stm32_firewall_get_firewall Alexandre Torgue
@ 2025-01-09 22:12 ` patchwork-bot+linux-soc
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+linux-soc @ 2025-01-09 22:12 UTC (permalink / raw)
To: Alexandre TORGUE; +Cc: soc
Hello:
This patch was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:
On Fri, 20 Dec 2024 09:33:35 +0100 you wrote:
> From: guanjing <guanjing@cmss.chinamobile.com>
>
> Remove misplaced colon in stm32_firewall_get_firewall()
> which results in a syntax error when the code is compiled
> without CONFIG_STM32_FIREWALL.
>
> Fixes: 5c9668cfc6d7 ("firewall: introduce stm32_firewall framework")
> Signed-off-by: guanjing <guanjing@cmss.chinamobile.com>
> Reviewed-by: Gatien Chevallier <gatien.chevallier@foss.st.com>
> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
>
> [...]
Here is the summary with links:
- firewall: remove misplaced semicolon from stm32_firewall_get_firewall
https://git.kernel.org/soc/soc/c/155c5bf26f98
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-09 22:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-20 8:33 [PATCH] firewall: remove misplaced semicolon from stm32_firewall_get_firewall Alexandre Torgue
2025-01-09 22:12 ` patchwork-bot+linux-soc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox