From: Fu Wei <fu.wei@linaro.org>
To: grub-devel@gnu.org
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Subject: [PATCH]arm64: Fix a little debug info bug for aarch64: delete redundant "0x"
Date: Fri, 14 Mar 2014 15:07:25 +0800 [thread overview]
Message-ID: <5322AAAD.5080607@linaro.org> (raw)
A little fix for a debug info bug for aarch64: delete redundant "0x".
Signed-off-by: Fu Wei <fu.wei@linaro.org>
---
From d4ba29cc4c5dfeb931b0b5b87e1bdca6c2b42200 Mon Sep 17 00:00:00 2001
From: Fu Wei <fu.wei@linaro.org>
Date: Fri, 14 Mar 2014 14:58:24 +0800
Subject: [PATCH] Fix a little debug info bug for aarch64: delete redundant
"0x"
---
grub-core/loader/arm64/linux.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/grub-core/loader/arm64/linux.c b/grub-core/loader/arm64/linux.c
index 65129c2..f1d10a1 100644
--- a/grub-core/loader/arm64/linux.c
+++ b/grub-core/loader/arm64/linux.c
@@ -68,7 +68,7 @@ get_firmware_fdt (void)
if (grub_memcmp (&tables[i].vendor_guid, &fdt_guid, sizeof (fdt_guid)) == 0)
{
firmware_fdt = tables[i].vendor_table;
- grub_dprintf ("linux", "found registered FDT @ 0x%p\n", firmware_fdt);
+ grub_dprintf ("linux", "found registered FDT @ %p\n", firmware_fdt);
break;
}
--
1.8.3.1
reply other threads:[~2014-03-14 7:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=5322AAAD.5080607@linaro.org \
--to=fu.wei@linaro.org \
--cc=grub-devel@gnu.org \
--cc=leif.lindholm@linaro.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).