From: Alex Williamson <alex.williamson@hp.com>
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] mm trivial ia64/acpi breakage
Date: Mon, 17 Oct 2005 14:28:39 -0600 [thread overview]
Message-ID: <1129580919.9621.33.camel@lts1.fc.hp.com> (raw)
The git-acpi.patch changed the name of the "id" member of the
acpi_resource structure, but missed the below user. Updating to the new
name.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
diff -r 6bf6e9fcc962 arch/ia64/kernel/acpi-ext.c
--- a/arch/ia64/kernel/acpi-ext.c Sun Oct 16 22:44:53 2005
+++ b/arch/ia64/kernel/acpi-ext.c Mon Oct 17 14:27:14 2005
@@ -35,7 +35,7 @@
struct acpi_vendor_descriptor *descriptor;
u32 length;
- if (resource->id != ACPI_RSTYPE_VENDOR)
+ if (resource->type != ACPI_RSTYPE_VENDOR)
return AE_OK;
vendor = (struct acpi_resource_vendor *)&resource->data;
next reply other threads:[~2005-10-17 20:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-17 20:28 Alex Williamson [this message]
2005-10-22 3:18 ` Paul Jackson
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=1129580919.9621.33.camel@lts1.fc.hp.com \
--to=alex.williamson@hp.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.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
all inboxes | Powered by JetHome®