UBI: use raw mtd read function in debugging code
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 19 Nov 2010 15:05:36 +0000 (17:05 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sun, 6 Feb 2011 17:18:58 +0000 (19:18 +0200)
commit7950d023c562823345892aac2e7c6a49f8de9ad1
treeb1482e3a88c69742a2b39ecba7a71e471a105a57
parent276832d878d8a892ac7b40fd0ee07fe757e080c7
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 <Artem.Bityutskiy@nokia.com>
drivers/mtd/ubi/io.c