mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
Cleanup
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5082 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user