UBIFS: get rid of dbg_err
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 16 May 2012 17:11:23 +0000 (20:11 +0300)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 16 May 2012 17:11:23 +0000 (20:11 +0300)
This patch removes the 'dbg_err()' macro and we now use 'ubifs_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>

No differences found