Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37623
b: refs/heads/master
c: a78b464
h: refs/heads/master
i:
  37621: 70faef5
  37619: 4ea051d
  37615: 3c7fbdc
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Oct 1, 2006
1 parent 91b17c6 commit 9f33dda
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 14fef6414be49d59f4784eeef8d9c3f468993205
refs/heads/master: a78b464a283e55feb286647d9662f5cb8f235500
3 changes: 2 additions & 1 deletion trunk/sound/oss/cs46xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2982,7 +2982,7 @@ static void clkrun_hack(struct cs_card *card, int change)

card->active+=change;

acpi_dev = pci_find_device(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371AB_3, NULL);
acpi_dev = pci_get_device(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371AB_3, NULL);
if (acpi_dev == NULL)
return; /* Not a thinkpad thats for sure */

Expand All @@ -3008,6 +3008,7 @@ static void clkrun_hack(struct cs_card *card, int change)
change,card->active));
outw(control&~0x2000, port+0x10);
}
pci_dev_put(acpi_dev);
}


Expand Down

0 comments on commit 9f33dda

Please sign in to comment.