git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5082 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2013-10-31 03:48:59 +00:00
parent 4e6228fbb0
commit 1e4010ce25

View File

@@ -1880,7 +1880,6 @@ static int scst_local_add_target(const char *target_name,
tgt->scst_tgt = scst_register_target(&scst_local_targ_tmpl, target_name);
if (tgt->scst_tgt == NULL) {
PRINT_ERROR("%s", "scst_register_target() failed:");
res = -EFAULT;
goto out_free;
}