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 <[email protected]> > Cc: Zhao Yakui <[email protected]>
Acked-by: Zhao Yakui <[email protected]> > --- > > 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); > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Openipmi-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openipmi-developer
