commit | 7950d023c562823345892aac2e7c6a49f8de9ad1 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Fri Nov 19 17:05:36 2010 +0200 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Sun Feb 06 19:18:58 2011 +0200 |
tree | b1482e3a88c69742a2b39ecba7a71e471a105a57 | |
parent | 276832d878d8a892ac7b40fd0ee07fe757e080c7 [diff] |
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>