Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164705
b: refs/heads/master
c: 27cce39
h: refs/heads/master
i:
  164703: 4b8d660
v: v3
  • Loading branch information
Ohad Ben-Cohen authored and Linus Torvalds committed Sep 23, 2009
1 parent b4e04bd commit 5f6af9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: f400cd8c84ba51e0ef3d9b680fe9f45ab54c792c
refs/heads/master: 27cce39f555def6f5ebe7f03d69ccc44ab25f0b2
7 changes: 0 additions & 7 deletions trunk/drivers/mmc/core/sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,13 +275,6 @@ int mmc_attach_sdio(struct mmc_host *host, u32 ocr)
ocr &= ~0x7F;
}

if (ocr & MMC_VDD_165_195) {
printk(KERN_WARNING "%s: SDIO card claims to support the "
"incompletely defined 'low voltage range'. This "
"will be ignored.\n", mmc_hostname(host));
ocr &= ~MMC_VDD_165_195;
}

host->ocr = mmc_select_voltage(host, ocr);

/*
Expand Down

0 comments on commit 5f6af9c

Please sign in to comment.