Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46214
b: refs/heads/master
c: df1c4b7
h: refs/heads/master
v: v3
  • Loading branch information
Pierre Ossman committed Feb 4, 2007
1 parent f682857 commit 0acc0e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 397411e67ff473c36161d93e4c7ac6dc53e23503
refs/heads/master: df1c4b7bf7f3b3a48d78c6e5c2fc5b9a1c01b821
4 changes: 3 additions & 1 deletion trunk/drivers/mmc/sdhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,9 @@ static int sdhci_resume (struct pci_dev *pdev)

pci_set_power_state(pdev, PCI_D0);
pci_restore_state(pdev);
pci_enable_device(pdev);
ret = pci_enable_device(pdev);
if (ret)
return ret;

for (i = 0;i < chip->num_slots;i++) {
if (!chip->hosts[i])
Expand Down

0 comments on commit 0acc0e1

Please sign in to comment.