mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 03:31:26 +00:00
scst_vdisk: Join two source code lines
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3721 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -5062,8 +5062,7 @@ static int vcdrom_open(char *p, char *name)
|
||||
cdrom_empty = 1;
|
||||
TRACE_DBG("%s", "No media");
|
||||
} else if (*filename != '/') {
|
||||
PRINT_ERROR("File path \"%s\" is not "
|
||||
"absolute", filename);
|
||||
PRINT_ERROR("File path \"%s\" is not absolute", filename);
|
||||
res = -EINVAL;
|
||||
goto out;
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user