From: Zoltan Sogor Date: Wed, 29 Oct 2008 08:50:02 +0000 (+0100) Subject: UBI: fix EBADMSG handling X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f86c757100e40e871c561e746fca957bc54210a;p=pandora-kernel.git UBI: fix EBADMSG handling 'ubi_io_read_data()' may return EBADMSG in case of an ECC error, and we should not panic because of this. We have CRC32 checksum and may check the data. So just ignore the EBADMSG error. This patch also fixes a minor spelling error at the same time. Signed-off-by: Zoltan Sogor Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed