From: Artem Bityutskiy Date: Fri, 19 Nov 2010 15:05:36 +0000 (+0200) Subject: UBI: use raw mtd read function in debugging code X-Git-Tag: v2.6.39-rc1~422^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7950d023c562823345892aac2e7c6a49f8de9ad1;p=pandora-kernel.git UBI: use raw mtd read function in debugging code This change affects only the debugging code. Namely, use mtd->read() function instead of ubi_io_read() to avoid bit-flips injection (ubi_dbg_is_bitflip()) which we do not want on the debugging path. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed