Changeset 27759
- Timestamp:
- 2011-07-24T17:36:33+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/generic/patches-3.0/501-yaffs_cvs_2009_04_24.patch
r27009 r27759 11039 11039 + } 11040 11040 + } 11041 + 11041 11042 - if(tags && retval == -EBADMSG && tags->eccResult == YAFFS_ECC_RESULT_NO_ERROR) 11043 - tags->eccResult = YAFFS_ECC_RESULT_UNFIXED; 11042 11044 + if (localData) 11043 11045 + yaffs_ReleaseTempBuffer(dev, data, __LINE__); 11044 11046 11045 - if(tags && retval == -EBADMSG && tags->eccResult == YAFFS_ECC_RESULT_NO_ERROR)11046 11047 + if (tags && retval == -EBADMSG && tags->eccResult == YAFFS_ECC_RESULT_NO_ERROR) 11047 tags->eccResult = YAFFS_ECC_RESULT_UNFIXED; 11048 - 11048 + tags->eccResult = YAFFS_ECC_RESULT_UNFIXED; 11049 11049 if (retval == 0) 11050 11050 return YAFFS_OK;
Note: See TracChangeset
for help on using the changeset viewer.