| commit | adbf05e3ec6ea380ba145b6fa89d9125ed76eb98 | [log] [tgz] |
|---|---|---|
| author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Wed Jan 20 10:28:58 2010 +0200 |
| committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Mon Feb 01 15:16:37 2010 +0200 |
| tree | 9da867755d3b915ec1a759658397aaa31bc68263 | |
| parent | 0bf1c4399afee6a2031b0ee943a4c016e53f727c [diff] |
UBI: simplify debugging return codes
UBI debugging functions were a little bit over-engineered and
returned more error codes than needed, and the callers had to
do useless checks. Simplify the return codes.
Impact: only debugging code is affected, which means that for
non-developers this is a no-op patch.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>