| Submitter | xiaochuan-xu |
|---|---|
| Date | Dec. 9, 2008, 11:46 a.m. |
| Message ID | <428823053.23007@cqu.edu.cn> |
| Download | mbox | patch |
| Permalink | /patch/12927/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/drivers/mtd/ubi/wl.c b/drivers/mtd/ubi/wl.c index 0b1e8c7..603435f 100644 --- a/drivers/mtd/ubi/wl.c +++ b/drivers/mtd/ubi/wl.c @@ -130,9 +130,9 @@ * How many erase cycles are short term, unknown, and long term physical * eraseblocks protected. */ -#define ST_PROTECTION 16 -#define U_PROTECTION 10 -#define LT_PROTECTION 4 +#define ST_PROTECTION 17 +#define U_PROTECTION 11 +#define LT_PROTECTION 5 /* Number of prot lists, must be bigger than 'ST_PROTECTION' */ #define PROT_LISTS_LEN (ST_PROTECTION+1)