On Fri, 25 Mar 2011 14:57:01 +0800
"Wang, Yong Y" <[email protected]> wrote:

> > +static int spi_dw_pci_runtime_suspend(struct device *dev)
> > +{
> > +   struct pci_dev *pdev = to_pci_dev(dev);
> > +   struct dw_spi_pci *dwpci = pci_get_drvdata(pdev);
> > +
> > +   dev_dbg(dev, "PCI runtime suspend called\n");
> > +   return dw_spi_suspend_host(&dwpci->dws, false);
> > +}
> 
> Isn't the second parameter supposed to be 'true'?
> 

oops, yes, how did that happen? :).  I will fix in
the next version.
_______________________________________________
MeeGo-kernel mailing list
[email protected]
http://lists.meego.com/listinfo/meego-kernel

Reply via email to