mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 11:41:26 +00:00
scst_local: Remove an error message print statement (merge r5082 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6049 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1909,7 +1909,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