linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Josh Boyer <jwboyer@linux.vnet.ibm.com>
To: Grant Likely <grant.likely@secretlab.ca>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH] [POWERPC] Sequoia: typo in calling machine_device_initcall()
Date: Wed, 2 Jan 2008 11:37:52 -0600	[thread overview]
Message-ID: <20080102113752.2e53a1c7@zod.rchland.ibm.com> (raw)
In-Reply-To: <20080102172356.26645.63895.stgit@trillian.secretlab.ca>

On Wed, 02 Jan 2008 10:23:56 -0700
Grant Likely <grant.likely@secretlab.ca> wrote:

> From: Grant Likely <grant.likely@secretlab.ca>
> 
> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

Oh, that's fun... my build scripts say this passed.  Looking at
powerpc.sequoia_defconfig.log.passed shows it obviously failed.  I hate
it when automated tools suck.

Thanks Grant.  Applied to my for-2.6.25 branch

josh

> ---
> 
>  arch/powerpc/platforms/44x/sequoia.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/powerpc/platforms/44x/sequoia.c b/arch/powerpc/platforms/44x/sequoia.c
> index 374f8c7..d279db4 100644
> --- a/arch/powerpc/platforms/44x/sequoia.c
> +++ b/arch/powerpc/platforms/44x/sequoia.c
> @@ -38,7 +38,7 @@ static int __init sequoia_device_probe(void)
> 
>  	return 0;
>  }
> -machien_device_initcall(sequoia, sequoia_device_probe);
> +machine_device_initcall(sequoia, sequoia_device_probe);
> 
>  static int __init sequoia_probe(void)
>  {
> 

      reply	other threads:[~2008-01-02 17:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-02 17:23 [PATCH] [POWERPC] Sequoia: typo in calling machine_device_initcall() Grant Likely
2008-01-02 17:37 ` Josh Boyer [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=20080102113752.2e53a1c7@zod.rchland.ibm.com \
    --to=jwboyer@linux.vnet.ibm.com \
    --cc=grant.likely@secretlab.ca \
    --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 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).