Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120371
b: refs/heads/master
c: 44411e0
h: refs/heads/master
i:
  120369: 3e7191c
  120367: e5e3dab
v: v3
  • Loading branch information
Takashi Iwai committed Dec 10, 2008
1 parent e822c4b commit bea2a82
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 5da95273c2e63c9607652b5e8dd39808b6992d7c
refs/heads/master: 44411e07c2ce1a755a756e10b592cd3ba02f99b3
7 changes: 6 additions & 1 deletion trunk/sound/pci/ca0106/ca0106_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1776,7 +1776,12 @@ static int snd_ca0106_resume(struct pci_dev *pci)

pci_set_power_state(pci, PCI_D0);
pci_restore_state(pci);
pci_enable_device(pci);

if (pci_enable_device(pci) < 0) {
snd_card_disconnect(card);
return -EIO;
}

pci_set_master(pci);

ca0106_init_chip(chip);
Expand Down

0 comments on commit bea2a82

Please sign in to comment.