diff options
Diffstat (limited to 'drivers/ieee1394/ohci1394.c')
-rw-r--r-- | drivers/ieee1394/ohci1394.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/ieee1394/ohci1394.c b/drivers/ieee1394/ohci1394.c index b7e816683fb0..5729e412cc4a 100644 --- a/drivers/ieee1394/ohci1394.c +++ b/drivers/ieee1394/ohci1394.c | |||
@@ -3536,9 +3536,6 @@ static int ohci1394_pci_suspend(struct pci_dev *pdev, pm_message_t state) | |||
3536 | int err; | 3536 | int err; |
3537 | struct ti_ohci *ohci = pci_get_drvdata(pdev); | 3537 | struct ti_ohci *ohci = pci_get_drvdata(pdev); |
3538 | 3538 | ||
3539 | printk(KERN_INFO "%s does not fully support suspend and resume yet\n", | ||
3540 | OHCI1394_DRIVER_NAME); | ||
3541 | |||
3542 | if (!ohci) { | 3539 | if (!ohci) { |
3543 | printk(KERN_ERR "%s: tried to suspend nonexisting host\n", | 3540 | printk(KERN_ERR "%s: tried to suspend nonexisting host\n", |
3544 | OHCI1394_DRIVER_NAME); | 3541 | OHCI1394_DRIVER_NAME); |
@@ -3625,6 +3622,7 @@ static int ohci1394_pci_resume(struct pci_dev *pdev) | |||
3625 | mdelay(50); | 3622 | mdelay(50); |
3626 | ohci_initialize(ohci); | 3623 | ohci_initialize(ohci); |
3627 | 3624 | ||
3625 | hpsb_resume_host(ohci->host); | ||
3628 | return 0; | 3626 | return 0; |
3629 | } | 3627 | } |
3630 | #endif /* CONFIG_PM */ | 3628 | #endif /* CONFIG_PM */ |