Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 522dba71 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6:
  PCI/PM Runtime: Make runtime PM of PCI devices inactive by default
parents 51d0f6d1 bb910a70
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1583,8 +1583,10 @@ void pci_pm_init(struct pci_dev *dev)
	int pm;
	u16 pmc;

	pm_runtime_forbid(&dev->dev);
	device_enable_async_suspend(&dev->dev);
	dev->wakeup_prepared = false;

	dev->pm_cap = 0;

	/* find PCI PM capability in list */