Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270276
b: refs/heads/master
c: cd8a366
h: refs/heads/master
v: v3
  • Loading branch information
Aaron Lu authored and Chris Ball committed Oct 26, 2011
1 parent bb68f5e commit 4c324ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 714c4a6e3a0f730834ec8a8bc83b2a6da33f54dc
refs/heads/master: cd8a3666987ba20908bbeb7c78ed9ba82b365643
9 changes: 9 additions & 0 deletions trunk/drivers/mmc/core/debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,15 @@ static int mmc_ios_show(struct seq_file *s, void *data)
case MMC_TIMING_SD_HS:
str = "sd high-speed";
break;
case MMC_TIMING_UHS_SDR50:
str = "sd uhs SDR50";
break;
case MMC_TIMING_UHS_SDR104:
str = "sd uhs SDR104";
break;
case MMC_TIMING_UHS_DDR50:
str = "sd uhs DDR50";
break;
default:
str = "invalid";
break;
Expand Down

0 comments on commit 4c324ba

Please sign in to comment.