Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28139
b: refs/heads/master
c: b21efb5
h: refs/heads/master
i:
  28137: dca917f
  28135: 80e1637
v: v3
  • Loading branch information
Ben Collins committed Jun 12, 2006
1 parent 9f93888 commit a6f8d10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 05db5055b1844bf39d1429a0c43078959198cd1d
refs/heads/master: b21efb59c5d317a2a972b9d66939cbfeababd982
3 changes: 3 additions & 0 deletions trunk/drivers/ieee1394/ohci1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -3547,6 +3547,7 @@ static int ohci1394_pci_resume (struct pci_dev *pdev)
}
#endif /* CONFIG_PPC_PMAC */

pci_restore_state(pdev);
pci_enable_device(pdev);

return 0;
Expand All @@ -3566,6 +3567,8 @@ static int ohci1394_pci_suspend (struct pci_dev *pdev, pm_message_t state)
}
#endif

pci_save_state(pdev);

return 0;
}

Expand Down

0 comments on commit a6f8d10

Please sign in to comment.