aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/ubi.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/ubi/ubi.h')
-rw-r--r--drivers/mtd/ubi/ubi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mtd/ubi/ubi.h b/drivers/mtd/ubi/ubi.h
index dc64c767fd21..d51d75d34446 100644
--- a/drivers/mtd/ubi/ubi.h
+++ b/drivers/mtd/ubi/ubi.h
@@ -120,6 +120,7 @@ enum {
120 * PEB 120 * PEB
121 * MOVE_CANCEL_BITFLIPS: canceled because a bit-flip was detected in the 121 * MOVE_CANCEL_BITFLIPS: canceled because a bit-flip was detected in the
122 * target PEB 122 * target PEB
123 * MOVE_RETRY: retry scrubbing the PEB
123 */ 124 */
124enum { 125enum {
125 MOVE_CANCEL_RACE = 1, 126 MOVE_CANCEL_RACE = 1,
@@ -127,6 +128,7 @@ enum {
127 MOVE_TARGET_RD_ERR, 128 MOVE_TARGET_RD_ERR,
128 MOVE_TARGET_WR_ERR, 129 MOVE_TARGET_WR_ERR,
129 MOVE_CANCEL_BITFLIPS, 130 MOVE_CANCEL_BITFLIPS,
131 MOVE_RETRY,
130}; 132};
131 133
132/** 134/**