Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31263
b: refs/heads/master
c: b3818ed
h: refs/heads/master
i:
  31261: a78fbf0
  31259: 25d2932
  31255: afafd32
  31247: 1adddf8
  31231: 8958b5c
v: v3
  • Loading branch information
Dave Jones committed Jun 21, 2006
1 parent 553570d commit f0d6823
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: c5f2f261e7a47e4c72723cdcbe99e1bd771a81ea
refs/heads/master: b3818ed446fc41db41b5a38d934ac2b69fd2e0aa
4 changes: 2 additions & 2 deletions trunk/drivers/char/agp/ati-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,14 +248,14 @@ static int ati_configure(void)
static int agp_ati_suspend(struct pci_dev *dev, pm_message_t state)
{
pci_save_state(dev);
pci_set_power_state (pdev, 3);
pci_set_power_state(dev, 3);

return 0;
}

static int agp_ati_resume(struct pci_dev *dev)
{
pci_set_power_state (pdev, 0);
pci_set_power_state(dev, 0);
pci_restore_state(dev);

return ati_configure();
Expand Down

0 comments on commit f0d6823

Please sign in to comment.