[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1268617834.3617.12.camel@localhost.localdomain>
Date: Mon, 15 Mar 2010 09:50:34 +0800
From: ykzhao <yakui.zhao@...el.com>
To: Myron Stowe <myron.stowe@...com>
Cc: "minyard@....org" <minyard@....org>,
"linux-acpi@...r.kernel.org" <linux-acpi@...r.kernel.org>,
"openipmi-developer@...ts.sourceforge.net"
<openipmi-developer@...ts.sourceforge.net>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"lenb@...nel.org" <lenb@...nel.org>
Subject: Re: [PATCH v2 2/3] ipmi: Convert tracking of the ACPI device
pointer to a PNP device
On Sun, 2010-03-14 at 02:13 +0800, Myron Stowe wrote:
> Convert PNP patch (git 9e368fa011d4e0aa050db348d69514900520e40b) to
> maintain a pointer to a PNP device, 'pnp_dev', instead of the ACPI
> device, 'acpi_dev', that is currently being tracked with PNP based
> IPMI device discovery.
>
> Signed-off-by: Myron Stowe <myron.stowe@...com>
> Cc: Zhao Yakui <yakui.zhao@...el.com>
Acked-by: Zhao Yakui <yakui.zhao@...el.com>
> ---
>
> drivers/char/ipmi/ipmi_si_intf.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/char/ipmi/ipmi_si_intf.c b/drivers/char/ipmi/ipmi_si_intf.c
> index 86a7dd7..0e31aa9 100644
> --- a/drivers/char/ipmi/ipmi_si_intf.c
> +++ b/drivers/char/ipmi/ipmi_si_intf.c
> @@ -2093,7 +2093,7 @@ static int __devinit ipmi_pnp_probe(struct pnp_dev *dev,
> info->irq_setup = std_irq_setup;
> }
>
> - info->dev = &acpi_dev->dev;
> + info->dev = &dev->dev;
> pnp_set_drvdata(dev, info);
>
> return try_smi_init(info);
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists