commit | e2986827d5d0759788d00f3759bcd46fc28f96c5 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Wed May 16 18:39:56 2012 +0300 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Sun May 20 20:26:00 2012 +0300 |
tree | f1272cf940e80a0f3ee3e307341a2df0bbad6dbe | |
parent | 7bf523ae252d654f1fa85c5e8759f221afe1c593 [diff] |
UBI: get rid of dbg_err This patch removes the 'dbg_err()' macro and we now use 'ubi_err' instead. The idea of 'dbg_err()' was to compile out some error message to make the binary a bit smaller - but I think it was a bad idea. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>