* [PATCH v2 1/2] fixup! raspi: support to read vc values via dt-2nd boot
@ 2023-10-04 15:22 Denis Osterland-Heim
0 siblings, 0 replies; 2+ messages in thread
From: Denis Osterland-Heim @ 2023-10-04 15:22 UTC (permalink / raw)
To: barebox; +Cc: Denis OSTERLAND-HEIM
From: Denis OSTERLAND-HEIM <denis.osterland@diehl.com>
---
arch/arm/boards/raspberry-pi/rpi-common.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boards/raspberry-pi/rpi-common.c
b/arch/arm/boards/raspberry-pi/rpi-common.c
index 56887abbc0..ea3c72fb94 100644
--- a/arch/arm/boards/raspberry-pi/rpi-common.c
+++ b/arch/arm/boards/raspberry-pi/rpi-common.c
@@ -406,7 +406,7 @@ static struct device_node *rpi_vc_fdt(void)
}
if (magic != FDT_MAGIC)
- return ERR_PTR(-EINVAL);;
+ return ERR_PTR(-EINVAL);
size = be32_to_cpu(oftree->totalsize);
if (write_file("/vc.dtb", saved_vc_fdt, size))
@@ -475,7 +475,7 @@ static int rpi_devices_probe(struct device *dev)
const struct rpi_machine_data *dcfg;
struct regulator *reg;
struct rpi_priv *priv;
- struct device_node *root;
+ struct device_node *root;
const char *name, *ptr;
char *hostname;
int ret;
--
2.39.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH v2 1/2] fixup! raspi: support to read vc values via dt-2nd boot
@ 2023-10-06 13:11 Denis OSTERLAND-HEIM
0 siblings, 0 replies; 2+ messages in thread
From: Denis OSTERLAND-HEIM @ 2023-10-06 13:11 UTC (permalink / raw)
To: barebox
[-- Attachment #1: Type: text/plain, Size: 869 bytes --]
---
arch/arm/boards/raspberry-pi/rpi-common.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boards/raspberry-pi/rpi-common.c
b/arch/arm/boards/raspberry-pi/rpi-common.c
index 56887abbc0..ea3c72fb94 100644
--- a/arch/arm/boards/raspberry-pi/rpi-common.c
+++ b/arch/arm/boards/raspberry-pi/rpi-common.c
@@ -406,7 +406,7 @@ static struct device_node *rpi_vc_fdt(void)
}
if (magic != FDT_MAGIC)
- return ERR_PTR(-EINVAL);;
+ return ERR_PTR(-EINVAL);
size = be32_to_cpu(oftree->totalsize);
if (write_file("/vc.dtb", saved_vc_fdt, size))
@@ -475,7 +475,7 @@ static int rpi_devices_probe(struct device *dev)
const struct rpi_machine_data *dcfg;
struct regulator *reg;
struct rpi_priv *priv;
- struct device_node *root;
+ struct device_node *root;
const char *name, *ptr;
char *hostname;
int ret;
--
2.39.2
[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 3908 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-06 13:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-04 15:22 [PATCH v2 1/2] fixup! raspi: support to read vc values via dt-2nd boot Denis Osterland-Heim
2023-10-06 13:11 Denis OSTERLAND-HEIM
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox