projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b00dc3a
)
[MMC] Fix mmc_cmd_type() mask
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Fri, 17 Feb 2006 20:23:29 +0000
(20:23 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 22 Feb 2006 09:32:46 +0000
(09:32 +0000)
It's MMC_CMD_MASK not MMC_CMD_TYPE.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/linux/mmc/mmc.h
patch
|
blob
|
history
diff --git
a/include/linux/mmc/mmc.h
b/include/linux/mmc/mmc.h
index
f38872a
..
bdc556d
100644
(file)
--- a/
include/linux/mmc/mmc.h
+++ b/
include/linux/mmc/mmc.h
@@
-49,7
+49,7
@@
struct mmc_command {
/*
* These are the command types.
*/
-#define mmc_cmd_type(cmd) ((cmd)->flags & MMC_CMD_
TYPE
)
+#define mmc_cmd_type(cmd) ((cmd)->flags & MMC_CMD_
MASK
)
unsigned int retries; /* max number of retries */
unsigned int error; /* command error */