commit | a6aae4dd0ffad299a33d122f8a339b399bee5381 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Wed May 16 20:11:23 2012 +0300 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Wed May 16 20:11:23 2012 +0300 |
tree | 958b015be27d97d079a3c14694576571ca916600 | |
parent | f70b7e52aa23c9aea5346b9730b402fb55f9079b [diff] |
UBIFS: get rid of dbg_err 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>