* [PATCH v2 2/2] fixup! raspi: fixup additional vc created nodes
[not found] <20231004152051.618427-1-denis.osterland@gmail.com>
@ 2023-10-04 15:22 ` Denis Osterland-Heim
2023-10-04 15:36 ` Denis Osterland-Heim
0 siblings, 1 reply; 4+ 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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boards/raspberry-pi/rpi-common.c
b/arch/arm/boards/raspberry-pi/rpi-common.c
index ea3c72fb94..713fad78c9 100644
--- a/arch/arm/boards/raspberry-pi/rpi-common.c
+++ b/arch/arm/boards/raspberry-pi/rpi-common.c
@@ -289,7 +289,7 @@ static struct device_node *register_vc_fixup(struct
device_node *root,
tmp->full_name = xstrdup(ret->full_name);
of_register_fixup(rpi_vc_fdt_fixup, tmp);
} else {
- pr_info("no '%s' node found in vc fdtn", path);
+ pr_info("no '%s' node found in vc fdtn", path);
}
return ret;
--
2.39.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 2/2] fixup! raspi: fixup additional vc created nodes
2023-10-04 15:22 ` [PATCH v2 2/2] fixup! raspi: fixup additional vc created nodes Denis Osterland-Heim
@ 2023-10-04 15:36 ` Denis Osterland-Heim
2023-10-06 11:49 ` Sascha Hauer
0 siblings, 1 reply; 4+ messages in thread
From: Denis Osterland-Heim @ 2023-10-04 15:36 UTC (permalink / raw)
To: barebox
Hi,
Looks broken again, sorry.
Regards, Denis
Am Mittwoch, dem 04.10.2023 um 17:22 +0200 schrieb Denis Osterland-
Heim:
> From: Denis OSTERLAND-HEIM <denis.osterland@diehl.com>
>
> ---
> arch/arm/boards/raspberry-pi/rpi-common.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boards/raspberry-pi/rpi-common.c
> b/arch/arm/boards/raspberry-pi/rpi-common.c
> index ea3c72fb94..713fad78c9 100644
> --- a/arch/arm/boards/raspberry-pi/rpi-common.c
> +++ b/arch/arm/boards/raspberry-pi/rpi-common.c
> @@ -289,7 +289,7 @@ static struct device_node
> *register_vc_fixup(struct
> device_node *root,
> tmp->full_name = xstrdup(ret->full_name);
> of_register_fixup(rpi_vc_fdt_fixup, tmp);
> } else {
> - pr_info("no '%s' node found in vc fdtn", path);
> + pr_info("no '%s' node found in vc fdtn", path);
> }
>
> return ret;
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 2/2] fixup! raspi: fixup additional vc created nodes
2023-10-04 15:36 ` Denis Osterland-Heim
@ 2023-10-06 11:49 ` Sascha Hauer
0 siblings, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2023-10-06 11:49 UTC (permalink / raw)
To: Denis Osterland-Heim; +Cc: barebox
On Wed, Oct 04, 2023 at 05:36:03PM +0200, Denis Osterland-Heim wrote:
> Hi,
>
> Looks broken again, sorry.
Indeed. Fixed up manually.
Regards,
Sascha
>
> Regards, Denis
>
> Am Mittwoch, dem 04.10.2023 um 17:22 +0200 schrieb Denis Osterland-
> Heim:
> > From: Denis OSTERLAND-HEIM <denis.osterland@diehl.com>
> >
> > ---
> > arch/arm/boards/raspberry-pi/rpi-common.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/arch/arm/boards/raspberry-pi/rpi-common.c
> > b/arch/arm/boards/raspberry-pi/rpi-common.c
> > index ea3c72fb94..713fad78c9 100644
> > --- a/arch/arm/boards/raspberry-pi/rpi-common.c
> > +++ b/arch/arm/boards/raspberry-pi/rpi-common.c
> > @@ -289,7 +289,7 @@ static struct device_node
> > *register_vc_fixup(struct
> > device_node *root,
> > tmp->full_name = xstrdup(ret->full_name);
> > of_register_fixup(rpi_vc_fdt_fixup, tmp);
> > } else {
> > - pr_info("no '%s' node found in vc fdtn", path);
> > + pr_info("no '%s' node found in vc fdtn", path);
> > }
> >
> > return ret;
>
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v2 2/2] fixup! raspi: fixup additional vc created nodes
@ 2023-10-06 13:12 Denis OSTERLAND-HEIM
0 siblings, 0 replies; 4+ messages in thread
From: Denis OSTERLAND-HEIM @ 2023-10-06 13:12 UTC (permalink / raw)
To: barebox
[-- Attachment #1: Type: text/plain, Size: 660 bytes --]
---
arch/arm/boards/raspberry-pi/rpi-common.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boards/raspberry-pi/rpi-common.c
b/arch/arm/boards/raspberry-pi/rpi-common.c
index ea3c72fb94..713fad78c9 100644
--- a/arch/arm/boards/raspberry-pi/rpi-common.c
+++ b/arch/arm/boards/raspberry-pi/rpi-common.c
@@ -289,7 +289,7 @@ static struct device_node *register_vc_fixup(struct
device_node *root,
tmp->full_name = xstrdup(ret->full_name);
of_register_fixup(rpi_vc_fdt_fixup, tmp);
} else {
- pr_info("no '%s' node found in vc fdtn", path);
+ pr_info("no '%s' node found in vc fdt\n", path);
}
return ret;
--
2.39.2
[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 3908 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-10-06 13:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20231004152051.618427-1-denis.osterland@gmail.com>
2023-10-04 15:22 ` [PATCH v2 2/2] fixup! raspi: fixup additional vc created nodes Denis Osterland-Heim
2023-10-04 15:36 ` Denis Osterland-Heim
2023-10-06 11:49 ` Sascha Hauer
2023-10-06 13:12 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