commit | 756e1df1d2b8b572a92dd1b82d2a432d5b280b1c | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Fri Sep 03 01:30:16 2010 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Tue Oct 19 17:19:56 2010 +0300 |
tree | e1109e8a31f72bb3c50b2001f28983c1bdfba1a9 | |
parent | c174a08c72ae77a05be59d0d810dc13239b81e8e [diff] |
UBI: rename IO error code Rename UBI_IO_BAD_HDR_READ into UBI_IO_BAD_HDR_EBADMSG which is presumably more self-documenting and readable. Indeed, the '_READ' suffix does not tell much and even confuses, while '_EBADMSG' tells about uncorrectable ECC error, because we use -EBADMSG all over the place to represent ECC errors. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>