Follow-up for r1415: compiles again without warnings on both 32-bit

and 64-bit systems.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1418 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-12-26 18:57:17 +00:00
parent cea7193e0f
commit 8d13d15332
+1 -1
View File
@@ -3867,7 +3867,7 @@ int scst_get_cdb_info(struct scst_cmd *cmd)
op = cmd->cdb[0]; /* get clear opcode */
TRACE_DBG("opcode=%02x, cdblen=%d bytes, tblsize=%ld, "
TRACE_DBG("opcode=%02x, cdblen=%d bytes, tblsize=%zd, "
"dev_type=%d", op, SCST_GET_CDB_LEN(op), SCST_CDB_TBL_SIZE,
dev_type);