scst_mem: Avoid that a debug statement can print an uninitialized value

This was detected by Coverity.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6488 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-08-27 18:40:55 +00:00
parent dc070e83d8
commit d4463ab1b5
+1 -1
View File
@@ -1168,7 +1168,7 @@ out_return:
out_return1:
*sgv = obj;
TRACE_MEM("Returning failed obj %p (count %d)", obj, *count);
TRACE_MEM("Returning failed obj %p", obj);
out_return2:
*count = pages_to_alloc;