> +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'?

_______________________________________________
MeeGo-kernel mailing list
[email protected]
http://lists.meego.com/listinfo/meego-kernel

Reply via email to