mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 12:41:26 +00:00
qla2x00t: Convert the non-standard %Lx into %llx
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7160 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -5359,7 +5359,7 @@ static void q24_atio_pkt(scsi_qla_host_t *vha, atio7_entry_t *atio)
|
||||
|
||||
switch (atio->entry_type) {
|
||||
case ATIO_TYPE7:
|
||||
TRACE_DBG("ATIO_TYPE7 instance %ld, lun %Lx, read/write %d/%d, "
|
||||
TRACE_DBG("ATIO_TYPE7 instance %ld, lun %llx, read/write %d/%d, "
|
||||
"add_cdb_len %d, data_length %04x, s_id %x:%x:%x",
|
||||
vha->host_no, atio->fcp_cmnd.lun, atio->fcp_cmnd.rddata,
|
||||
atio->fcp_cmnd.wrdata, atio->fcp_cmnd.add_cdb_len,
|
||||
|
||||
Reference in New Issue
Block a user