Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a73e45b3da2be548c8f45cf887e4171a8f39a3c3
Commit:     a73e45b3da2be548c8f45cf887e4171a8f39a3c3
Parent:     0ab179bcf31fd54c7b34b4191ea8591267641e92
Author:     Boaz Harrosh <[EMAIL PROTECTED]>
AuthorDate: Wed Jul 4 21:26:01 2007 +0300
Committer:  James Bottomley <[EMAIL PROTECTED]>
CommitDate: Sat Jul 14 18:57:54 2007 -0500

    [SCSI] scsi.c: convert to use the data buffer accessors
    
     - a couple of prints, they can use the accessors
    
    Signed-off-by: Boaz Harrosh <[EMAIL PROTECTED]>
    Signed-off-by: James Bottomley <[EMAIL PROTECTED]>
---
 drivers/scsi/scsi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/scsi/scsi.c b/drivers/scsi/scsi.c
index 64c8595..a691dda 100644
--- a/drivers/scsi/scsi.c
+++ b/drivers/scsi/scsi.c
@@ -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);
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to