]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/aha152x.c
Pull context-bitmap into release branch
[linux-2.6-omap-h63xx.git] / drivers / scsi / aha152x.c
index 630b11575230c7920e3aa465d650add5d1dd7243..9b7caf504a56fa6b801da9e8f0c9eddfcdfd7778 100644 (file)
@@ -2921,8 +2921,7 @@ static void disp_enintr(struct Scsi_Host *shpnt)
  */
 static void show_command(Scsi_Cmnd *ptr)
 {
-       printk(KERN_DEBUG "0x%08x: target=%d; lun=%d; cmnd=(",
-              (unsigned int) ptr, ptr->device->id, ptr->device->lun);
+       scmd_printk(KERN_DEBUG, ptr, "%p: cmnd=(", ptr);
 
        __scsi_print_command(ptr->cmnd);