Randy Dunlap wrote:
From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
Fix scsi_tgt_lib build when dprintk is defined:
@@ -617,7 +617,7 @@ int scsi_tgt_kspace_it_nexus_rsp(int hos
struct Scsi_Host *shost;
int err = -EINVAL;
- dprintk("%d %d %llx\n", host_no, result, (unsigned long long) mid);
+ dprintk("%d %d\n", host_no, result);
Is there a correct kernel macro or value to use when the variable is
u64/uint64_t? Something like PRIu64 in userspace?
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html