mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-24 22:21:27 +00:00
Minor cleanup
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2053 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -877,7 +877,7 @@ static int scst_local_add_adapter(void)
|
||||
scst_lcl_host->target = scst_register_target(&scst_local_targ_tmpl,
|
||||
name);
|
||||
if (!scst_lcl_host) {
|
||||
printk(KERN_WARNING "scst_register_target failed:\n");
|
||||
printk(KERN_WARNING "scst_register_target() failed:\n");
|
||||
error = -1;
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user