From: Jerry Van Baren <gvb.uboot@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] fdt: Fix typo in variable name.
Date: Sun, 22 Jun 2008 13:09:15 -0400 [thread overview]
Message-ID: <485E873B.7050108@gmail.com> (raw)
In-Reply-To: <1213993584-2974-1-git-send-email-dzu@denx.de>
Detlev Zundel wrote:
> Signed-off-by: Detlev Zundel <dzu@denx.de>
> ---
> common/fdt_support.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/common/fdt_support.c b/common/fdt_support.c
> index e58b294..3828228 100644
> --- a/common/fdt_support.c
> +++ b/common/fdt_support.c
> @@ -63,7 +63,7 @@ int fdt_find_and_setprop(void *fdt, const char *node, const char *prop,
> }
>
> #ifdef CONFIG_OF_STDOUT_VIA_ALIAS
> -static int fdt_fixup_stdout(void *fdt, int choosenoff)
> +static int fdt_fixup_stdout(void *fdt, int chosenoff)
> {
> int err = 0;
> #ifdef CONFIG_CONS_INDEX
> @@ -82,7 +82,7 @@ static int fdt_fixup_stdout(void *fdt, int choosenoff)
> err = -FDT_ERR_NOSPACE;
> if (p) {
> memcpy(p, path, len);
> - err = fdt_setprop(fdt, choosenoff,
> + err = fdt_setprop(fdt, chosenoff,
> "linux,stdout-path", p, len);
> free(p);
> }
Dear Wolfgang,
Could you apply this directly? I'm on vacation this week and I would
appreciate the help.
Thanks,
gvb
Currently at Tower Marine, Douglas, MI, USofA :-)
<http://maps.google.com/maps?f=q&hl=en&geocode=&q=tower+marine,+douglas+michigan&ie=UTF8&ll=42.650501,-86.198988&spn=0.028029,0.068579&t=h&z=14>
next prev parent reply other threads:[~2008-06-22 17:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-20 20:26 [U-Boot-Users] [PATCH] fdt: Fix typo in variable name Detlev Zundel
2008-06-22 17:09 ` Jerry Van Baren [this message]
2008-06-30 14:03 ` Detlev Zundel
2008-07-01 2:17 ` Jerry Van Baren
2008-07-05 22:32 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=485E873B.7050108@gmail.com \
--to=gvb.uboot@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox