From: Artem Bityutskiy Date: Fri, 1 Apr 2011 07:10:52 +0000 (+0300) Subject: UBIFS: unify error path dbg_debugfs_init_fs X-Git-Tag: v2.6.39-rc3~20^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc6a86b950d69cfe542ee0d0ff30790152936a00;p=pandora-kernel.git UBIFS: unify error path dbg_debugfs_init_fs This is just a small clean-up patch which simlifies and unifies the error path in the dbg_debugfs_init_fs(). We have common error path for all failure cases in this function except of the very first case. And this patch makes the first failure case use the same error path as the other cases by using the 'fname' and 'dent' variables. Signed-off-by: Artem Bityutskiy Acked-by: Phil Carmody --- Reading git-diff-tree failed