aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-11-28 15:02:50 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-28 15:02:50 -0800
commitcba2fa186146aacde99bba3dcd713552dad5a897 (patch)
tree6075d20fd169ee076c6728e32340ad69ffc39cb1 /include/linux
parentMerge master.kernel.org:/home/rmk/linux-2.6-arm (diff)
parent[MMC] Fix protocol errors (diff)
downloadlinux-dev-cba2fa186146aacde99bba3dcd713552dad5a897.tar.xz
linux-dev-cba2fa186146aacde99bba3dcd713552dad5a897.zip
Merge master.kernel.org:/home/rmk/linux-2.6-mmc
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mmc/protocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mmc/protocol.h b/include/linux/mmc/protocol.h
index f819cae92266..a14dc306545b 100644
--- a/include/linux/mmc/protocol.h
+++ b/include/linux/mmc/protocol.h
@@ -63,7 +63,7 @@
/* class 5 */
#define MMC_ERASE_GROUP_START 35 /* ac [31:0] data addr R1 */
#define MMC_ERASE_GROUP_END 36 /* ac [31:0] data addr R1 */
-#define MMC_ERASE 37 /* ac R1b */
+#define MMC_ERASE 38 /* ac R1b */
/* class 9 */
#define MMC_FAST_IO 39 /* ac <Complex> R4 */
@@ -74,7 +74,7 @@
/* class 8 */
#define MMC_APP_CMD 55 /* ac [31:16] RCA R1 */
-#define MMC_GEN_CMD 56 /* adtc [0] RD/WR R1b */
+#define MMC_GEN_CMD 56 /* adtc [0] RD/WR R1 */
/* SD commands type argument response */
/* class 8 */