Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4724
b: refs/heads/master
c: f165b10
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman authored and Len Brown committed Jul 12, 2005
1 parent 2d2bb57 commit b28a244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b008b8d7092053fc1f036cfc54dc11740cc424ed
refs/heads/master: f165b10f4a9aac7fee9b11a125de20a1712be128
4 changes: 2 additions & 2 deletions trunk/drivers/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ pci_find_parent_resource(const struct pci_dev *dev, struct resource *res)
* -EIO if device does not support PCI PM.
* 0 if we can successfully change the power state.
*/
int (*platform_pci_set_power_state)(struct pci_dev *dev, pci_power_t t) = NULL;
int (*platform_pci_set_power_state)(struct pci_dev *dev, pci_power_t t);
int
pci_set_power_state(struct pci_dev *dev, pci_power_t state)
{
Expand Down Expand Up @@ -311,7 +311,7 @@ pci_set_power_state(struct pci_dev *dev, pci_power_t state)
return 0;
}

int (*platform_pci_choose_state)(struct pci_dev *dev, pm_message_t state) = NULL;
int (*platform_pci_choose_state)(struct pci_dev *dev, pm_message_t state);

/**
* pci_choose_state - Choose the power state of a PCI device
Expand Down

0 comments on commit b28a244

Please sign in to comment.