Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164749
b: refs/heads/master
c: c99436f
h: refs/heads/master
i:
  164747: 32a2347
v: v3
  • Loading branch information
Chris Ball authored and Linus Torvalds committed Sep 23, 2009
1 parent 3ab978b commit b6b4506
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: 864f38ebdcb1f7dc4138b7ccb801f16f1696eb8e
refs/heads/master: c99436fb7505ca2427780d7ae49ebb427bb6f374
3 changes: 2 additions & 1 deletion trunk/drivers/mmc/host/sdhci-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ static int ricoh_probe(struct sdhci_pci_chip *chip)
if (chip->pdev->subsystem_vendor == PCI_VENDOR_ID_IBM)
chip->quirks |= SDHCI_QUIRK_CLOCK_BEFORE_RESET;

if (chip->pdev->subsystem_vendor == PCI_VENDOR_ID_SAMSUNG)
if (chip->pdev->subsystem_vendor == PCI_VENDOR_ID_SAMSUNG ||
chip->pdev->subsystem_vendor == PCI_VENDOR_ID_SONY)
chip->quirks |= SDHCI_QUIRK_NO_CARD_NO_RESET;

return 0;
Expand Down

0 comments on commit b6b4506

Please sign in to comment.