Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a73e45b3 authored by Boaz Harrosh's avatar Boaz Harrosh Committed by James Bottomley
Browse files

[SCSI] scsi.c: convert to use the data buffer accessors



 - a couple of prints, they can use the accessors

Signed-off-by: default avatarBoaz Harrosh <bharrosh@panasas.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 0ab179bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -368,7 +368,7 @@ void scsi_log_send(struct scsi_cmnd *cmd)
			if (level > 3) {
			if (level > 3) {
				printk(KERN_INFO "buffer = 0x%p, bufflen = %d,"
				printk(KERN_INFO "buffer = 0x%p, bufflen = %d,"
				       " done = 0x%p, queuecommand 0x%p\n",
				       " done = 0x%p, queuecommand 0x%p\n",
					cmd->request_buffer, cmd->request_bufflen,
					scsi_sglist(cmd), scsi_bufflen(cmd),
					cmd->done,
					cmd->done,
					cmd->device->host->hostt->queuecommand);
					cmd->device->host->hostt->queuecommand);