diff options
author | Zhang, YiX X <yix.x.zhang@intel.com> | 2013-01-08 01:07:39 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2013-02-24 14:36:52 -0500 |
commit | c148e9ff4bd45f26d3f0253c20efc497672c3c84 (patch) | |
tree | 91ad0710f4ebcda4be2d08b79a0318adf7abe2d7 /include/linux/mmc | |
parent | fd63ac761a2385a69859867b2d51b716d91fcc36 (diff) |
mmc: correct the EXCEPTION_EVENTS_STATUS value in comment
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>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r-- | include/linux/mmc/card.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h index be2500a49925..7069dcea27c5 100644 --- a/include/linux/mmc/card.h +++ b/include/linux/mmc/card.h | |||
@@ -83,7 +83,7 @@ struct mmc_ext_csd { | |||
83 | unsigned int data_tag_unit_size; /* DATA TAG UNIT size */ | 83 | unsigned int data_tag_unit_size; /* DATA TAG UNIT size */ |
84 | unsigned int boot_ro_lock; /* ro lock support */ | 84 | unsigned int boot_ro_lock; /* ro lock support */ |
85 | bool boot_ro_lockable; | 85 | bool boot_ro_lockable; |
86 | u8 raw_exception_status; /* 53 */ | 86 | u8 raw_exception_status; /* 54 */ |
87 | u8 raw_partition_support; /* 160 */ | 87 | u8 raw_partition_support; /* 160 */ |
88 | u8 raw_rpmb_size_mult; /* 168 */ | 88 | u8 raw_rpmb_size_mult; /* 168 */ |
89 | u8 raw_erased_mem_count; /* 181 */ | 89 | u8 raw_erased_mem_count; /* 181 */ |