projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd63ac7
)
mmc: correct the EXCEPTION_EVENTS_STATUS value in comment
author
Zhang, YiX X
<yix.x.zhang@intel.com>
Tue, 8 Jan 2013 06:07:39 +0000
(06:07 +0000)
committer
Chris Ball
<cjb@laptop.org>
Sun, 24 Feb 2013 19:36:52 +0000
(14:36 -0500)
The right value is 54 according to eMMC 4.5 specification.
Signed-off-by: ZhangYi <yix.x.zhang@intel.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
include/linux/mmc/card.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/mmc/card.h
b/include/linux/mmc/card.h
index be2500a499251bfc4c5b40512e61acbfbb5bae47..7069dcea27c57ed39de4fb51e7287cb803cfade6 100644
(file)
--- a/
include/linux/mmc/card.h
+++ b/
include/linux/mmc/card.h
@@
-83,7
+83,7
@@
struct mmc_ext_csd {
unsigned int data_tag_unit_size; /* DATA TAG UNIT size */
unsigned int boot_ro_lock; /* ro lock support */
bool boot_ro_lockable;
- u8 raw_exception_status; /* 5
3
*/
+ u8 raw_exception_status; /* 5
4
*/
u8 raw_partition_support; /* 160 */
u8 raw_rpmb_size_mult; /* 168 */
u8 raw_erased_mem_count; /* 181 */