diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-03 15:51:13 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-03 15:51:13 -0800 |
commit | f3e39e67b9b6ad6a51d13be902e8341f13b93531 (patch) | |
tree | dd0d21776b936fdff1bd1e1ba762fc47e94259cf /include/linux/mmc/protocol.h | |
parent | 1a56f54c351d8d2e276aefc4f4094037c178d6c7 (diff) | |
parent | e92251762d02a46177d4105d1744041e3f8bc465 (diff) |
Merge master.kernel.org:/home/rmk/linux-2.6-mmc
Diffstat (limited to 'include/linux/mmc/protocol.h')
-rw-r--r-- | include/linux/mmc/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmc/protocol.h b/include/linux/mmc/protocol.h index a14dc306545..81c3f77f652 100644 --- a/include/linux/mmc/protocol.h +++ b/include/linux/mmc/protocol.h @@ -79,7 +79,7 @@ /* SD commands type argument response */ /* class 8 */ /* This is basically the same command as for MMC with some quirks. */ -#define SD_SEND_RELATIVE_ADDR 3 /* ac R6 */ +#define SD_SEND_RELATIVE_ADDR 3 /* bcr R6 */ /* Application commands */ #define SD_APP_SET_BUS_WIDTH 6 /* ac [1:0] bus width R1 */ |