mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 14:16:31 +00:00
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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user