From: Joe Perches <joe@perches.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
Linus Torvalds <torvalds@linux-foundation.org>,
Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>
Subject: Re: [PATCH] - [12/15] - remove defconfig ptr comparisons to 0 - include/asm-x86
Date: Wed, 14 Nov 2007 06:19:05 -0800 [thread overview]
Message-ID: <1195049945.5163.138.camel@localhost> (raw)
In-Reply-To: <alpine.LFD.0.9999.0711141055050.3265@localhost.localdomain>
On Wed, 2007-11-14 at 11:54 +0100, Thomas Gleixner wrote:
> can you please CC the relevant maintainers on patches ?
I do try.
I also happen to have a series of patches to MAINTAINERS
and a scripts/get_maintainer.pl that do exactly that.
Maybe a future version might use it.
cheers, Joe
> > diff --git a/include/asm-x86/mach-es7000/mach_mpparse.h b/include/asm-x86/mach-es7000/mach_mpparse.h
> > index 8aa1054..a1dd66f 100644
> > --- a/include/asm-x86/mach-es7000/mach_mpparse.h
> > +++ b/include/asm-x86/mach-es7000/mach_mpparse.h
> > @@ -29,7 +29,7 @@ extern int mps_oem_check(struct mp_config_table *mpc, char *oem,
> > static inline int es7000_check_dsdt(void)
> > {
> > struct acpi_table_header header;
> > - memcpy(&header, 0, sizeof(struct acpi_table_header));
> > + memcpy(&header, (void *)0, sizeof(struct acpi_table_header));
> > acpi_get_table_header(ACPI_SIG_DSDT, 0, &header);
> > if (!strncmp(header.oem_id, "UNISYS", 6))
> > return 1;
prev parent reply other threads:[~2007-11-14 14:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-14 2:05 [PATCH] - [12/15] - remove defconfig ptr comparisons to 0 - include/asm-x86 Joe Perches
2007-11-14 2:55 ` Linus Torvalds
2007-11-14 10:54 ` Thomas Gleixner
2007-11-14 14:19 ` Joe Perches [this message]
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=1195049945.5163.138.camel@localhost \
--to=joe@perches.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.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.