提交 a73e45b3 编写于 作者: B Boaz Harrosh 提交者: James Bottomley

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

 - a couple of prints, they can use the accessors
Signed-off-by: NBoaz Harrosh <bharrosh@panasas.com>
Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
上级 0ab179bc
...@@ -368,7 +368,7 @@ void scsi_log_send(struct scsi_cmnd *cmd) ...@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册