From: Artem Bityutskiy Date: Thu, 2 Sep 2010 22:30:16 +0000 (+0300) Subject: UBI: rename IO error code X-Git-Tag: v2.6.37-rc1~169^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=756e1df1d2b8b572a92dd1b82d2a432d5b280b1c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed