From: Jon Loeliger <jdl@jdl.com>
To: linuxppc-dev@ozlabs.org
Subject: [PATCH 3/4] DTC: Appease the printf() format $Gods with a correct type.
Date: Fri, 19 Oct 2007 12:43:13 -0500 [thread overview]
Message-ID: <E1IivsP-00078Q-Hf@jdl.com> (raw)
Signed-off-by: Jon Loeliger <jdl@freescale.com>
---
tests/get_name.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/get_name.c b/tests/get_name.c
index 2481741..a76bdf8 100644
--- a/tests/get_name.c
+++ b/tests/get_name.c
@@ -55,7 +55,7 @@ void check_name(void *fdt, const char *path)
if (len != strlen(getname))
FAIL("fdt_get_name(%s) returned length %d instead of %d",
- path, len, strlen(getname));
+ path, len, (int) strlen(getname));
/* Now check that it doesn't break if we omit len */
getname2 = fdt_get_name(fdt, offset, NULL);
--
1.5.3.1.139.g9346b
next reply other threads:[~2007-10-19 17:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-19 17:43 Jon Loeliger [this message]
2007-10-20 7:19 ` [PATCH 3/4] DTC: Appease the printf() format $Gods with a correct type David Gibson
2007-10-20 8:51 ` Andreas Schwab
2007-10-20 9:06 ` David Gibson
2007-10-22 16:50 ` Jon Loeliger
2007-10-22 16:55 ` Josh Boyer
2007-10-23 0:26 ` David Gibson
2007-10-23 1:03 ` Segher Boessenkool
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=E1IivsP-00078Q-Hf@jdl.com \
--to=jdl@jdl.com \
--cc=linuxppc-dev@ozlabs.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.