summaryrefslogtreecommitdiff
path: root/drivers/soc
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-01-24 14:23:59 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2025-01-24 14:23:59 -0800
commit1e8f6db9eb1d88e2761d7e8498a06e9c4c0324b1 (patch)
tree76657021a42f326ea546d82be45948b61b376559 /drivers/soc
parent0afd22092df4d3473569c197e317f91face7e51b (diff)
parent2fd7a3f27892f1ca4fca24591a7a82fd0437e080 (diff)
downloadlinux-next-1e8f6db9eb1d88e2761d7e8498a06e9c4c0324b1.tar.gz
linux-next-1e8f6db9eb1d88e2761d7e8498a06e9c4c0324b1.zip
Merge tag 'soc-arm-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Pull SoC arm platform code updates from Arnd Bergmann: "The updates here add code for the Microchip SAMA7D65 SoC, as well as minor bugfixes for OMAP" * tag 'soc-arm-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: ARM: omap1: Fix up the Retu IRQ on Nokia 770 ARM: omap2plus_defconfig: enable charger of TWL603X ARM: at91: add new SoC sama7d65 ARM: at91: pm: change BU Power Switch to automatic mode soc: atmel: fix device_node release in atmel_soc_device_init() ARM: OMAP2+: Fix a typo
Diffstat (limited to 'drivers/soc')
-rw-r--r--drivers/soc/atmel/soc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/atmel/soc.c b/drivers/soc/atmel/soc.c
index 2a42b28931c9..298b542dd1c0 100644
--- a/drivers/soc/atmel/soc.c
+++ b/drivers/soc/atmel/soc.c
@@ -399,7 +399,7 @@ static const struct of_device_id at91_soc_allowed_list[] __initconst = {
static int __init atmel_soc_device_init(void)
{
- struct device_node *np = of_find_node_by_path("/");
+ struct device_node *np __free(device_node) = of_find_node_by_path("/");
if (!of_match_node(at91_soc_allowed_list, np))
return 0;