Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39896
b: refs/heads/master
c: 0bed208
h: refs/heads/master
v: v3
  • Loading branch information
Zhang, Yanmin authored and Greg Kroah-Hartman committed Oct 18, 2006
1 parent 1dfaa16 commit 50d6380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ccc4c7bbd6a2d47bf5899c2c8cf2e0d176a4dc0f
refs/heads/master: 0bed208efcb25bed4dc2026488a4417aa68e7c92
2 changes: 1 addition & 1 deletion trunk/drivers/pci/pcie/portdrv_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ static int pcie_portdrv_save_config(struct pci_dev *dev)
return pci_save_state(dev);
}

#ifdef CONFIG_PM
static int pcie_portdrv_restore_config(struct pci_dev *dev)
{
int retval;
Expand All @@ -50,6 +49,7 @@ static int pcie_portdrv_restore_config(struct pci_dev *dev)
return 0;
}

#ifdef CONFIG_PM
static int pcie_portdrv_suspend(struct pci_dev *dev, pm_message_t state)
{
int ret = pcie_port_device_suspend(dev, state);
Expand Down

0 comments on commit 50d6380

Please sign in to comment.