All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rajesh Shah <rajesh.shah@intel.com>
To: Jean Tourrilhes <jt@hpl.hp.com>
Cc: Linux kernel mailing list <linux-kernel@vger.kernel.org>,
	Rajesh Shah <rajesh.shah@intel.com>
Subject: Re: BUG 2.6.14.2 : ACPI boot lockup
Date: Tue, 22 Nov 2005 16:54:29 -0800	[thread overview]
Message-ID: <20051122165429.A30362@unix-os.sc.intel.com> (raw)
In-Reply-To: <20051122211947.GA29622@bougret.hpl.hp.com>; from jt@hpl.hp.com on Tue, Nov 22, 2005 at 01:19:47PM -0800

On Tue, Nov 22, 2005 at 01:19:47PM -0800, Jean Tourrilhes wrote:
> 	Hi Rajesh,
> 
> 	I have some ACPI trouble, and one of your checkin may be
> related to it. Would you mind checking the following LKML thread ?
> 	http://marc.theaimsgroup.com/?t=113268687800002&r=1&w=2
> 
Thanks for pointing me here, I wasn't reading this thread...
Does this patch help?

thanks,
Rajesh


 drivers/acpi/scan.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.14-vanilla/drivers/acpi/scan.c
===================================================================
--- linux-2.6.14-vanilla.orig/drivers/acpi/scan.c
+++ linux-2.6.14-vanilla/drivers/acpi/scan.c
@@ -1111,7 +1111,7 @@ acpi_add_single_object(struct acpi_devic
 	 *
 	 * TBD: Assumes LDM provides driver hot-plug capability.
 	 */
-	result = acpi_bus_find_driver(device);
+	acpi_bus_find_driver(device);
 
       end:
 	if (!result)

  reply	other threads:[~2005-11-23  0:54 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-22 21:19 BUG 2.6.14.2 : ACPI boot lockup Jean Tourrilhes
2005-11-23  0:54 ` Rajesh Shah [this message]
2005-11-23  2:06   ` Jean Tourrilhes
2005-11-23  2:12     ` Rajesh Shah
2005-11-23  2:25       ` Jean Tourrilhes
2005-11-23  6:08         ` Henrik Persson
2005-11-23  8:00   ` Jani Monoses
  -- strict thread matches above, loose matches on Subject: below --
2005-11-22 23:35 Jean Tourrilhes
2005-11-22 21:14 Jean Tourrilhes
2005-11-22 19:08 Jean Tourrilhes
2005-11-22 20:15 ` Jani Monoses

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=20051122165429.A30362@unix-os.sc.intel.com \
    --to=rajesh.shah@intel.com \
    --cc=jt@hpl.hp.com \
    --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 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.