Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130727
b: refs/heads/master
c: 06cc1c8
h: refs/heads/master
i:
  130725: 7c60203
  130723: 0288ff4
  130719: 413d885
v: v3
  • Loading branch information
philipl@overt.org authored and Pierre Ossman committed Feb 2, 2009
1 parent cae4ee2 commit f00d3c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: cc30d60e4ca0b68e7e3f906eddd1e5b995d349f8
refs/heads/master: 06cc1c880095063fa40b0a640ac0003b43107b40
8 changes: 4 additions & 4 deletions trunk/drivers/mmc/host/ricoh_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ static void __devexit ricoh_mmc_remove(struct pci_dev *pdev)
pci_set_drvdata(pdev, NULL);
}

static int ricoh_mmc_suspend(struct pci_dev *pdev, pm_message_t state)
static int ricoh_mmc_suspend_late(struct pci_dev *pdev, pm_message_t state)
{
struct pci_dev *fw_dev = NULL;

Expand All @@ -210,7 +210,7 @@ static int ricoh_mmc_suspend(struct pci_dev *pdev, pm_message_t state)
return 0;
}

static int ricoh_mmc_resume(struct pci_dev *pdev)
static int ricoh_mmc_resume_early(struct pci_dev *pdev)
{
struct pci_dev *fw_dev = NULL;

Expand All @@ -229,8 +229,8 @@ static struct pci_driver ricoh_mmc_driver = {
.id_table = pci_ids,
.probe = ricoh_mmc_probe,
.remove = __devexit_p(ricoh_mmc_remove),
.suspend = ricoh_mmc_suspend,
.resume = ricoh_mmc_resume,
.suspend_late = ricoh_mmc_suspend_late,
.resume_early = ricoh_mmc_resume_early,
};

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

0 comments on commit f00d3c4

Please sign in to comment.