git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5384 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2014-03-26 03:18:36 +00:00
parent ca14799ca7
commit 3430da5f9f
+1 -2
View File
@@ -1760,8 +1760,7 @@ static ssize_t __scst_acg_black_hole_show(struct scst_acg *acg, char *buf)
{
int res, t = acg->acg_black_hole_type;
res = sprintf(buf, "%d\n%s\n", t,
(t != SCST_ACG_BLACK_HOLE_NONE) ? SCST_SYSFS_KEY_MARK : "");
res = sprintf(buf, "%d\n", t);
return res;
}