mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 22:02:28 +00:00
[SCSI] scsi.c: convert to use the data buffer accessors
- a couple of prints, they can use the accessors Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
0ab179bcf3
commit
a73e45b3da
@ -368,7 +368,7 @@ void scsi_log_send(struct scsi_cmnd *cmd)
|
||||
if (level > 3) {
|
||||
printk(KERN_INFO "buffer = 0x%p, bufflen = %d,"
|
||||
" done = 0x%p, queuecommand 0x%p\n",
|
||||
cmd->request_buffer, cmd->request_bufflen,
|
||||
scsi_sglist(cmd), scsi_bufflen(cmd),
|
||||
cmd->done,
|
||||
cmd->device->host->hostt->queuecommand);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user