Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139315
b: refs/heads/master
c: 87d2e2e
h: refs/heads/master
i:
  139313: dfb3e70
  139311: 64e25de
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Jesse Barnes committed Mar 20, 2009
1 parent c6b9525 commit 3667d86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: f118c0c3cff4fed39bde1863f9d59850719645cc
refs/heads/master: 87d2e2ecf6026efa64b01f7f71802b20da736d35
7 changes: 1 addition & 6 deletions trunk/drivers/pci/pcie/portdrv_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ MODULE_LICENSE("GPL");
/* global data */
static const char device_name[] = "pcieport-driver";

static int pcie_portdrv_save_config(struct pci_dev *dev)
{
return pci_save_state(dev);
}

static int pcie_portdrv_restore_config(struct pci_dev *dev)
{
int retval;
Expand Down Expand Up @@ -90,7 +85,7 @@ static int __devinit pcie_portdrv_probe (struct pci_dev *dev,
if (status)
return status;

pcie_portdrv_save_config(dev);
pci_save_state(dev);

return 0;
}
Expand Down

0 comments on commit 3667d86

Please sign in to comment.