Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37287
b: refs/heads/master
c: 2a87418
h: refs/heads/master
i:
  37285: 9e56733
  37283: f2b413c
  37279: 6224c0e
v: v3
  • Loading branch information
Alexey Dobriyan authored and Stefan Richter committed Sep 17, 2006
1 parent 7ba0b0b commit dcc31dd
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 611aa19fd60fe57059d9972fa6ae29f7472a13cf
refs/heads/master: 2a874182842c6a70f245b7f1ad859f9152517951
6 changes: 4 additions & 2 deletions trunk/drivers/ieee1394/ohci1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -3530,7 +3530,7 @@ static void ohci1394_pci_remove(struct pci_dev *pdev)
put_device(dev);
}


#ifdef CONFIG_PM
static int ohci1394_pci_resume (struct pci_dev *pdev)
{
#ifdef CONFIG_PPC_PMAC
Expand Down Expand Up @@ -3568,7 +3568,7 @@ static int ohci1394_pci_suspend (struct pci_dev *pdev, pm_message_t state)

return 0;
}

#endif

#define PCI_CLASS_FIREWIRE_OHCI ((PCI_CLASS_SERIAL_FIREWIRE << 8) | 0x10)

Expand All @@ -3591,8 +3591,10 @@ static struct pci_driver ohci1394_pci_driver = {
.id_table = ohci1394_pci_tbl,
.probe = ohci1394_pci_probe,
.remove = ohci1394_pci_remove,
#ifdef CONFIG_PM
.resume = ohci1394_pci_resume,
.suspend = ohci1394_pci_suspend,
#endif
};

/***********************************
Expand Down

0 comments on commit dcc31dd

Please sign in to comment.